#B5154D

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

Shades of Old Rose #B5154D

Tints of Old Rose #B5154D

Color information

#B5154D (or 0xB5154D) is unknown color: approx Old Rose. HEX triplet: B5, 15 and 4D. RGB value is (181,21,77). Sum of RGB (Red+Green+Blue) = 181+21+77=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5154D is #4AEAB2. Grayscale: #4B4B4B. Windows color (decimal): -4909747 or 5051829. OLE color: 5051829.

HSL color Cylindrical-coordinate representation of color #B5154D: hue angle of 339º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5154D is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1812177-
CMYK00.880.570.29
HSL339º79.21%39.61%-
HSV(B)339º88.4%70.98%-
XYZ20.6610.98.04-
YUV75.22129.01203.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=64.87%
G=7.53%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181217700.880.570.2933979.2139.61
HexB5154D058391D1534f28
Octal265251150130713552311750
Binary1011010110101100110101011000111001111011010100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5154D; }

 p { color: rgb(181,21,77); }

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

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

 a { background-color: rgb(181,21,77); }

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

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

 span { border-color: rgb(181,21,77); }

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