#B12854

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

Shades of Old Rose #B12854

Tints of Old Rose #B12854

Color information

#B12854 (or 0xB12854) is unknown color: approx Old Rose. HEX triplet: B1, 28 and 54. RGB value is (177,40,84). Sum of RGB (Red+Green+Blue) = 177+40+84=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B12854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12854 is #4ED7AB. Grayscale: #555555. Windows color (decimal): -5167020 or 5515441. OLE color: 5515441.

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

Color convert

RGB1774084-
CMYK00.770.530.31
HSL340.73º63.13%42.55%-
HSV(B)340.73º77.4%69.41%-
XYZ20.4911.59.53-
YUV85.98126.89192.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=58.80%
G=13.29%
B=27.91%

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
Decimal177408400.770.530.31340.7363.1342.55
HexB1285404D351F1553f2b
Octal26150124011565375257753
Binary1011000110100010101000100110111010111111101010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12854; }

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

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

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

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

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

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

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

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