#B92844

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

Shades of Old Rose #B92844

Tints of Old Rose #B92844

Color information

#B92844 (or 0xB92844) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 44. RGB value is (185,40,68). Sum of RGB (Red+Green+Blue) = 185+40+68=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B92844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92844 is #46D7BB. Grayscale: #565656. Windows color (decimal): -4642748 or 4466873. OLE color: 4466873.

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

Color convert

RGB1854068-
CMYK00.780.630.27
HSL348.41º64.44%44.12%-
HSV(B)348.41º78.38%72.55%-
XYZ21.8112.256.68-
YUV86.55117.54198.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.14%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=63.14%
G=13.65%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185406800.780.630.27348.4164.4444.12
HexB9284404E3F1B15c402c
Octal271501040116773353410054
Binary10111001101000100010001001110111111110111010111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92844; }

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

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

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

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

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

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

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

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