#B12458

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

Shades of Old Rose #B12458

Tints of Old Rose #B12458

Color information

#B12458 (or 0xB12458) is unknown color: approx Old Rose. HEX triplet: B1, 24 and 58. RGB value is (177,36,88). Sum of RGB (Red+Green+Blue) = 177+36+88=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B12458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12458 is #4EDBA7. Grayscale: #545454. Windows color (decimal): -5168040 or 5776561. OLE color: 5776561.

HSL color Cylindrical-coordinate representation of color #B12458: hue angle of 337.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12458 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1773688-
CMYK00.800.500.31
HSL337.87º66.2%41.76%-
HSV(B)337.87º79.66%69.41%-
XYZ20.5211.3110.33-
YUV84.09130.21194.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=58.80%
G=11.96%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177368800.800.500.31337.8766.241.76
HexB12458050321F152422a
Octal261441300120623752210252
Binary10110001100100101100001010000110010111111010100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12458; }

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

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

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

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

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

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

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

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