#B12750

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

Shades of Old Rose #B12750

Tints of Old Rose #B12750

Color information

#B12750 (or 0xB12750) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 50. RGB value is (177,39,80). Sum of RGB (Red+Green+Blue) = 177+39+80=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B12750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12750 is #4ED8AF. Grayscale: #545454. Windows color (decimal): -5167280 or 5253041. OLE color: 5253041.

HSL color Cylindrical-coordinate representation of color #B12750: hue angle of 342.17º 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 #B12750 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1773980-
CMYK00.780.550.31
HSL342.17º63.89%42.35%-
HSV(B)342.17º77.97%69.41%-
XYZ20.311.388.72-
YUV84.94125.22193.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=59.80%
G=13.18%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177398000.780.550.31342.1763.8942.35
HexB1275004E371F156402a
Octal261471200116673752610052
Binary10110001100111101000001001110110111111111010101101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12750; }

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

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

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

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

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

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

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

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