#B54049

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

Shades of Old Rose #B54049

Tints of Old Rose #B54049

Color information

#B54049 (or 0xB54049) is unknown color: approx Old Rose. HEX triplet: B5, 40 and 49. RGB value is (181,64,73). Sum of RGB (Red+Green+Blue) = 181+64+73=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54049 is #4ABFB6. Grayscale: #646464. Windows color (decimal): -4898743 or 4800693. OLE color: 4800693.

HSL color Cylindrical-coordinate representation of color #B54049: hue angle of 355.38º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54049 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB1816473-
CMYK00.650.600.29
HSL355.38º47.76%48.04%-
HSV(B)355.38º64.64%70.98%-
XYZ22.0913.977.84-
YUV100.01112.76185.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.92%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=56.92%
G=20.13%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181647300.650.600.29355.3847.7648.04
HexB540490413C1D1633030
Octal265100111010174355436060
Binary10110101100000010010010100000111110011101101100011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54049; }

 p { color: rgb(181,64,73); }

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

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

 a { background-color: rgb(181,64,73); }

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

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

 span { border-color: rgb(181,64,73); }

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