#B92854

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

Shades of Old Rose #B92854

Tints of Old Rose #B92854

Color information

#B92854 (or 0xB92854) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 54. RGB value is (185,40,84). Sum of RGB (Red+Green+Blue) = 185+40+84=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B92854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92854 is #46D7AB. Grayscale: #585858. Windows color (decimal): -4642732 or 5515449. OLE color: 5515449.

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

Color convert

RGB1854084-
CMYK00.780.550.27
HSL341.79º64.44%44.12%-
HSV(B)341.79º78.38%72.55%-
XYZ22.3712.479.62-
YUV88.37125.54196.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 84 (33.20% from 255) = 27.18%
R=59.87%
G=12.94%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185408400.780.550.27341.7964.4444.12
HexB9285404E371B156402c
Octal271501240116673352610054
Binary10111001101000101010001001110110111110111010101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92854; }

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

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

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

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

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

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

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

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