#b94249

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

Shades of Old Rose #B94249

Tints of Old Rose #B94249

Color information

#B94249 (or 0xB94249) is unknown color: approx Old Rose. HEX triplet: B9, 42 and 49. RGB value is (185,66,73). Sum of RGB (Red+Green+Blue) = 185+66+73=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94249 is #46BDB6. Grayscale: #666666. Windows color (decimal): -4636087 or 4801209. OLE color: 4801209.

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

Color convert

RGB1856673-
CMYK00.640.610.27
HSL356.47º47.41%49.22%-
HSV(B)356.47º64.32%72.55%-
XYZ23.1614.697.92-
YUV102.38111.42186.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=57.10%
G=20.37%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185667300.640.610.27356.4747.4149.22
HexB942490403D1B1642f31
Octal271102111010075335445761
Binary10111001100001010010010100000011110111011101100100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94249; }

 p { color: rgb(185,66,73); }

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

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

 a { background-color: rgb(185,66,73); }

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

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

 span { border-color: rgb(185,66,73); }

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