#B92157

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

Shades of Old Rose #B92157

Tints of Old Rose #B92157

Color information

#B92157 (or 0xB92157) is unknown color: approx Old Rose. HEX triplet: B9, 21 and 57. RGB value is (185,33,87). Sum of RGB (Red+Green+Blue) = 185+33+87=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B92157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92157 is #46DEA8. Grayscale: #545454. Windows color (decimal): -4644521 or 5710265. OLE color: 5710265.

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

Color convert

RGB1853387-
CMYK00.820.530.27
HSL338.68º69.72%42.75%-
HSV(B)338.68º82.16%72.55%-
XYZ22.2712.0910.18-
YUV84.6129.36199.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=60.66%
G=10.82%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185338700.820.530.27338.6869.7242.75
HexB92157052351B153462b
Octal271411270122653352310653
Binary10111001100001101011101010010110101110111010100111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92157; }

 p { color: rgb(185,33,87); }

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

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

 a { background-color: rgb(185,33,87); }

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

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

 span { border-color: rgb(185,33,87); }

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