#B8215F

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

Shades of Old Rose #B8215F

Tints of Old Rose #B8215F

Color information

#B8215F (or 0xB8215F) is unknown color: approx Old Rose. HEX triplet: B8, 21 and 5F. RGB value is (184,33,95). Sum of RGB (Red+Green+Blue) = 184+33+95=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8215F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8215F is #47DEA0. Grayscale: #555555. Windows color (decimal): -4710049 or 6234552. OLE color: 6234552.

HSL color Cylindrical-coordinate representation of color #B8215F: hue angle of 335.36º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8215F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1843395-
CMYK00.820.480.28
HSL335.36º69.59%42.55%-
HSV(B)335.36º82.07%72.16%-
XYZ22.3812.111.98-
YUV85.22133.53198.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.97%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 95 (37.5% from 255) = 30.45%
R=58.97%
G=10.58%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184339500.820.480.28335.3669.5942.55
HexB8215F052301C14f462b
Octal270411370122603451710653
Binary10111000100001101111101010010110000111001010011111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8215F; }

 p { color: rgb(184,33,95); }

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

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

 a { background-color: rgb(184,33,95); }

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

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

 span { border-color: rgb(184,33,95); }

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