#b12b58

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

Shades of Old Rose #B12B58

Tints of Old Rose #B12B58

Color information

#B12B58 (or 0xB12B58) is unknown color: approx Old Rose. HEX triplet: B1, 2B and 58. RGB value is (177,43,88). Sum of RGB (Red+Green+Blue) = 177+43+88=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12B58 is #4ED4A7. Grayscale: #585858. Windows color (decimal): -5166248 or 5778353. OLE color: 5778353.

HSL color Cylindrical-coordinate representation of color #B12B58: hue angle of 339.85º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12B58 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1774388-
CMYK00.760.500.31
HSL339.85º60.91%43.14%-
HSV(B)339.85º75.71%69.41%-
XYZ20.7611.7810.41-
YUV88.2127.89191.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 43 (17.19% from 255) = 13.96%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=57.47%
G=13.96%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177438800.760.500.31339.8560.9143.14
HexB12B5804C321F1543d2b
Octal26153130011462375247553
Binary1011000110101110110000100110011001011111101010100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b12b58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b12b58; }

 p { color: rgb(177,43,88); }

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

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

 a { background-color: rgb(177,43,88); }

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

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

 span { border-color: rgb(177,43,88); }

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