#B92859

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

Shades of Old Rose #B92859

Tints of Old Rose #B92859

Color information

#B92859 (or 0xB92859) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 59. RGB value is (185,40,89). Sum of RGB (Red+Green+Blue) = 185+40+89=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B92859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92859 is #46D7A6. Grayscale: #585858. Windows color (decimal): -4642727 or 5843129. OLE color: 5843129.

HSL color Cylindrical-coordinate representation of color #B92859: hue angle of 339.72º 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 #B92859 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1854089-
CMYK00.780.520.27
HSL339.72º64.44%44.12%-
HSV(B)339.72º78.38%72.55%-
XYZ22.5712.5510.68-
YUV88.94128.04196.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 89 (35.16% from 255) = 28.34%
R=58.92%
G=12.74%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185408900.780.520.27339.7264.4444.12
HexB9285904E341B154402c
Octal271501310116643352410054
Binary10111001101000101100101001110110100110111010101001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92859; }

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

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

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

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

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

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

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

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