#B12158

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

Shades of Old Rose #B12158

Tints of Old Rose #B12158

Color information

#B12158 (or 0xB12158) is unknown color: approx Old Rose. HEX triplet: B1, 21 and 58. RGB value is (177,33,88). Sum of RGB (Red+Green+Blue) = 177+33+88=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12158 is #4EDEA7. Grayscale: #525252. Windows color (decimal): -5168808 or 5775793. OLE color: 5775793.

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

Color convert

RGB1773388-
CMYK00.810.500.31
HSL337.08º68.57%41.18%-
HSV(B)337.08º81.36%69.41%-
XYZ20.4411.1410.31-
YUV82.33131.21195.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 33 (13.28% from 255) = 11.07%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=59.40%
G=11.07%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177338800.810.500.31337.0868.5741.18
HexB12158051321F1514529
Octal261411300121623752110551
Binary10110001100001101100001010001110010111111010100011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12158; }

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

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

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

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

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

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

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

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