#B8215E

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

Shades of Old Rose #B8215E

Tints of Old Rose #B8215E

Color information

#B8215E (or 0xB8215E) is unknown color: approx Old Rose. HEX triplet: B8, 21 and 5E. RGB value is (184,33,94). Sum of RGB (Red+Green+Blue) = 184+33+94=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8215E is #47DEA1. Grayscale: #555555. Windows color (decimal): -4710050 or 6169016. OLE color: 6169016.

HSL color Cylindrical-coordinate representation of color #B8215E: hue angle of 335.76º 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 #B8215E is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1843394-
CMYK00.820.490.28
HSL335.76º69.59%42.55%-
HSV(B)335.76º82.07%72.16%-
XYZ22.3312.0911.75-
YUV85.1133.03198.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.16%
GREEN value IS 33 (13.28% from 255) = 10.61%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=59.16%
G=10.61%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184339400.820.490.28335.7669.5942.55
HexB8215E052311C150462b
Octal270411360122613452010653
Binary10111000100001101111001010010110001111001010100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8215E; }

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

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

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

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

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

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

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

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