#B92857

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

Shades of Old Rose #B92857

Tints of Old Rose #B92857

Color information

#B92857 (or 0xB92857) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 57. RGB value is (185,40,87). Sum of RGB (Red+Green+Blue) = 185+40+87=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B92857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92857 is #46D7A8. Grayscale: #585858. Windows color (decimal): -4642729 or 5712057. OLE color: 5712057.

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

Color convert

RGB1854087-
CMYK00.780.530.27
HSL340.55º64.44%44.12%-
HSV(B)340.55º78.38%72.55%-
XYZ22.4912.5210.25-
YUV88.71127.04196.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=59.29%
G=12.82%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185408700.780.530.27340.5564.4444.12
HexB9285704E351B155402c
Octal271501270116653352510054
Binary10111001101000101011101001110110101110111010101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92857; }

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

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

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

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

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

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

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

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