#B12954

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

Shades of Old Rose #B12954

Tints of Old Rose #B12954

Color information

#B12954 (or 0xB12954) is unknown color: approx Old Rose. HEX triplet: B1, 29 and 54. RGB value is (177,41,84). Sum of RGB (Red+Green+Blue) = 177+41+84=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B12954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12954 is #4ED6AB. Grayscale: #565656. Windows color (decimal): -5166764 or 5515697. OLE color: 5515697.

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

Color convert

RGB1774184-
CMYK00.770.530.31
HSL341.03º62.39%42.75%-
HSV(B)341.03º76.84%69.41%-
XYZ20.5211.579.54-
YUV86.57126.56192.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=58.61%
G=13.58%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177418400.770.530.31341.0362.3942.75
HexB1295404D351F1553e2b
Octal26151124011565375257653
Binary1011000110100110101000100110111010111111101010101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12954; }

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

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

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

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

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

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

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

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