#B12354

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

Shades of Old Rose #B12354

Tints of Old Rose #B12354

Color information

#B12354 (or 0xB12354) is unknown color: approx Old Rose. HEX triplet: B1, 23 and 54. RGB value is (177,35,84). Sum of RGB (Red+Green+Blue) = 177+35+84=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B12354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12354 is #4EDCAB. Grayscale: #525252. Windows color (decimal): -5168300 or 5514161. OLE color: 5514161.

HSL color Cylindrical-coordinate representation of color #B12354: hue angle of 339.3º degrees, saturation: 0.67, 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 #B12354 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB1773584-
CMYK00.800.530.31
HSL339.3º66.98%41.57%-
HSV(B)339.3º80.23%69.41%-
XYZ20.3311.199.48-
YUV83.04128.54195.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 35 (14.06% from 255) = 11.82%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=59.80%
G=11.82%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177358400.800.530.31339.366.9841.57
HexB12354050351F153432a
Octal261431240120653752310352
Binary10110001100011101010001010000110101111111010100111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12354; }

 p { color: rgb(177,35,84); }

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

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

 a { background-color: rgb(177,35,84); }

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

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

 span { border-color: rgb(177,35,84); }

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