#B12756

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

Shades of Old Rose #B12756

Tints of Old Rose #B12756

Color information

#B12756 (or 0xB12756) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 56. RGB value is (177,39,86). Sum of RGB (Red+Green+Blue) = 177+39+86=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B12756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12756 is #4ED8A9. Grayscale: #555555. Windows color (decimal): -5167274 or 5646257. OLE color: 5646257.

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

Color convert

RGB1773986-
CMYK00.780.510.31
HSL339.57º63.89%42.35%-
HSV(B)339.57º77.97%69.41%-
XYZ20.5411.479.94-
YUV85.62128.22193.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 39 (15.62% from 255) = 12.91%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=58.61%
G=12.91%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177398600.780.510.31339.5763.8942.35
HexB1275604E331F154402a
Octal261471260116633752410052
Binary10110001100111101011001001110110011111111010101001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12756; }

 p { color: rgb(177,39,86); }

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

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

 a { background-color: rgb(177,39,86); }

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

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

 span { border-color: rgb(177,39,86); }

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