#B12547

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

Shades of Old Rose #B12547

Tints of Old Rose #B12547

Color information

#B12547 (or 0xB12547) is unknown color: approx Old Rose. HEX triplet: B1, 25 and 47. RGB value is (177,37,71). Sum of RGB (Red+Green+Blue) = 177+37+71=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B12547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12547 is #4EDAB8. Grayscale: #525252. Windows color (decimal): -5167801 or 4662705. OLE color: 4662705.

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

Color convert

RGB1773771-
CMYK00.790.600.31
HSL345.43º65.42%41.96%-
HSV(B)345.43º79.1%69.41%-
XYZ19.9311.137.06-
YUV82.74121.38195.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=62.11%
G=12.98%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177377100.790.600.31345.4365.4241.96
HexB1254704F3C1F159412a
Octal261451070117743753110152
Binary10110001100101100011101001111111100111111010110011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12547; }

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

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

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

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

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

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

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

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