#B54044

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

Shades of Old Rose #B54044

Tints of Old Rose #B54044

Color information

#B54044 (or 0xB54044) is unknown color: approx Old Rose. HEX triplet: B5, 40 and 44. RGB value is (181,64,68). Sum of RGB (Red+Green+Blue) = 181+64+68=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B54044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54044 is #4ABFBB. Grayscale: #636363. Windows color (decimal): -4898748 or 4473013. OLE color: 4473013.

HSL color Cylindrical-coordinate representation of color #B54044: hue angle of 357.95º 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 #B54044 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1816468-
CMYK00.650.620.29
HSL357.95º47.76%48.04%-
HSV(B)357.95º64.64%70.98%-
XYZ21.9313.917-
YUV99.44110.26186.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 68 (26.95% from 255) = 21.73%
R=57.83%
G=20.45%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181646800.650.620.29357.9547.7648.04
HexB540440413E1D1663030
Octal265100104010176355466060
Binary10110101100000010001000100000111111011101101100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54044; }

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

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

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

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

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

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

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

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