#B1194E

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

Shades of Old Rose #B1194E

Tints of Old Rose #B1194E

Color information

#B1194E (or 0xB1194E) is unknown color: approx Old Rose. HEX triplet: B1, 19 and 4E. RGB value is (177,25,78). Sum of RGB (Red+Green+Blue) = 177+25+78=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1194E is #4EE6B1. Grayscale: #4C4C4C. Windows color (decimal): -5170866 or 5118385. OLE color: 5118385.

HSL color Cylindrical-coordinate representation of color #B1194E: hue angle of 339.08º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1194E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1772578-
CMYK00.860.560.31
HSL339.08º75.25%39.61%-
HSV(B)339.08º85.88%69.41%-
XYZ19.8510.598.21-
YUV76.49128.86199.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.21%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=63.21%
G=8.93%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177257800.860.560.31339.0875.2539.61
HexB1194E056381F1534b28
Octal261311160126703752311350
Binary1011000111001100111001010110111000111111010100111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1194E; }

 p { color: rgb(177,25,78); }

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

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

 a { background-color: rgb(177,25,78); }

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

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

 span { border-color: rgb(177,25,78); }

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