#B12051

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

Shades of Old Rose #B12051

Tints of Old Rose #B12051

Color information

#B12051 (or 0xB12051) is unknown color: approx Old Rose. HEX triplet: B1, 20 and 51. RGB value is (177,32,81). Sum of RGB (Red+Green+Blue) = 177+32+81=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B12051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12051 is #4EDFAE. Grayscale: #505050. Windows color (decimal): -5169071 or 5316785. OLE color: 5316785.

HSL color Cylindrical-coordinate representation of color #B12051: hue angle of 339.72º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12051 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1773281-
CMYK00.820.540.31
HSL339.72º69.38%40.98%-
HSV(B)339.72º81.92%69.41%-
XYZ20.1310.978.84-
YUV80.94128.04196.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.03%
GREEN value IS 32 (12.89% from 255) = 11.03%
BLUE value IS 81 (32.03% from 255) = 27.93%
R=61.03%
G=11.03%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177328100.820.540.31339.7269.3840.98
HexB12051052361F1544529
Octal261401210122663752410551
Binary10110001100000101000101010010110110111111010101001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12051; }

 p { color: rgb(177,32,81); }

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

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

 a { background-color: rgb(177,32,81); }

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

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

 span { border-color: rgb(177,32,81); }

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