#B13447

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

Shades of Old Rose #B13447

Tints of Old Rose #B13447

Color information

#B13447 (or 0xB13447) is unknown color: approx Old Rose. HEX triplet: B1, 34 and 47. RGB value is (177,52,71). Sum of RGB (Red+Green+Blue) = 177+52+71=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B13447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13447 is #4ECBB8. Grayscale: #5B5B5B. Windows color (decimal): -5163961 or 4666545. OLE color: 4666545.

HSL color Cylindrical-coordinate representation of color #B13447: hue angle of 350.88º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13447 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1775271-
CMYK00.710.600.31
HSL350.88º54.59%44.9%-
HSV(B)350.88º70.62%69.41%-
XYZ20.512.267.25-
YUV91.54116.41188.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 52 (20.70% from 255) = 17.33%
BLUE value IS 71 (28.12% from 255) = 23.67%
R=59%
G=17.33%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177527100.710.600.31350.8854.5944.9
HexB134470473C1F15f372d
Octal26164107010774375376755
Binary1011000111010010001110100011111110011111101011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13447; }

 p { color: rgb(177,52,71); }

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

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

 a { background-color: rgb(177,52,71); }

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

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

 span { border-color: rgb(177,52,71); }

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