#B92856

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

Shades of Old Rose #B92856

Tints of Old Rose #B92856

Color information

#B92856 (or 0xB92856) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 56. RGB value is (185,40,86). Sum of RGB (Red+Green+Blue) = 185+40+86=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B92856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92856 is #46D7A9. Grayscale: #585858. Windows color (decimal): -4642730 or 5646521. OLE color: 5646521.

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

Color convert

RGB1854086-
CMYK00.780.540.27
HSL340.97º64.44%44.12%-
HSV(B)340.97º78.38%72.55%-
XYZ22.4512.510.03-
YUV88.6126.54196.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 40 (16.02% from 255) = 12.86%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=59.49%
G=12.86%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185408600.780.540.27340.9764.4444.12
HexB9285604E361B155402c
Octal271501260116663352510054
Binary10111001101000101011001001110110110110111010101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92856; }

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

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

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

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

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

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

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

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