#B53657

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

Shades of Old Rose #B53657

Tints of Old Rose #B53657

Color information

#B53657 (or 0xB53657) is unknown color: approx Old Rose. HEX triplet: B5, 36 and 57. RGB value is (181,54,87). Sum of RGB (Red+Green+Blue) = 181+54+87=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B53657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53657 is #4AC9A8. Grayscale: #5F5F5F. Windows color (decimal): -4901289 or 5715637. OLE color: 5715637.

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

Color convert

RGB1815487-
CMYK00.700.520.29
HSL344.41º54.04%46.08%-
HSV(B)344.41º70.17%70.98%-
XYZ22.113.1510.39-
YUV95.74123.08188.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=56.21%
G=16.77%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181548700.700.520.29344.4154.0446.08
HexB53657046341D158362e
Octal26566127010664355306656
Binary1011010111011010101110100011011010011101101011000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53657; }

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

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

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

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

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

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

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

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