#B53651

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

Shades of Old Rose #B53651

Tints of Old Rose #B53651

Color information

#B53651 (or 0xB53651) is unknown color: approx Old Rose. HEX triplet: B5, 36 and 51. RGB value is (181,54,81). Sum of RGB (Red+Green+Blue) = 181+54+81=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53651 is #4AC9AE. Grayscale: #5F5F5F. Windows color (decimal): -4901295 or 5322421. OLE color: 5322421.

HSL color Cylindrical-coordinate representation of color #B53651: hue angle of 347.24º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53651 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1815481-
CMYK00.700.550.29
HSL347.24º54.04%46.08%-
HSV(B)347.24º70.17%70.98%-
XYZ21.8613.069.15-
YUV95.05120.08189.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=57.28%
G=17.09%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181548100.700.550.29347.2454.0446.08
HexB53651046371D15b362e
Octal26566121010667355336656
Binary1011010111011010100010100011011011111101101011011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53651; }

 p { color: rgb(181,54,81); }

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

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

 a { background-color: rgb(181,54,81); }

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

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

 span { border-color: rgb(181,54,81); }

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