#B8285E

Color #B8285E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B8285E

Tints of Old Rose #B8285E

Color information

#B8285E (or 0xB8285E) is unknown color: approx Old Rose. HEX triplet: B8, 28 and 5E. RGB value is (184,40,94). Sum of RGB (Red+Green+Blue) = 184+40+94=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B8285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8285E is #47D7A1. Grayscale: #595959. Windows color (decimal): -4708258 or 6170808. OLE color: 6170808.

HSL color Cylindrical-coordinate representation of color #B8285E: hue angle of 337.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8285E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1844094-
CMYK00.780.490.28
HSL337.5º64.29%43.92%-
HSV(B)337.5º78.26%72.16%-
XYZ22.5512.5211.82-
YUV89.21130.71195.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 57.86%
GREEN value IS 40 (16.02% from 255) = 12.58%
BLUE value IS 94 (37.11% from 255) = 29.56%
R=57.86%
G=12.58%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184409400.780.490.28337.564.2943.92
HexB8285E04E311C152402c
Octal270501360116613452210054
Binary10111000101000101111001001110110001111001010100101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8285E; }

 p { color: rgb(184,40,94); }

 H1.HeaderClassName
 {
   color: #B8285E;
 }
 .AnyTagClassName
 {
   color: #B8285E;
 }
</style>
background-color css

<style>
 a { background-color: #B8285E; }

 a { background-color: rgb(184,40,94); }

 div.DivClassName
 {
   background-color: #B8285E;
 }
 .BgClassName
 {
   background-color: #B8285E;
 }
</style>
border-color css

<style>
 span { border-color: #B8285E; }

 span { border-color: rgb(184,40,94); }

 td.TdClassName
 {
   border-color: #B8285E;
 }
 .TagClassName
 {
   border-color: #B8285E;
 }
</style>