#B12D66

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

Shades of Rouge #B12D66

Tints of Rouge #B12D66

Color information

#B12D66 (or 0xB12D66) is unknown color: approx Rouge. HEX triplet: B1, 2D and 66. RGB value is (177,45,102). Sum of RGB (Red+Green+Blue) = 177+45+102=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D66 is #4ED299. Grayscale: #5A5A5A. Windows color (decimal): -5165722 or 6696369. OLE color: 6696369.

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

Color convert

RGB17745102-
CMYK00.750.420.31
HSL334.09º59.46%43.53%-
HSV(B)334.09º74.58%69.41%-
XYZ21.4712.1813.79-
YUV90.97134.23189.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 45 (17.97% from 255) = 13.89%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=54.63%
G=13.89%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774510200.750.420.31334.0959.4643.53
HexB12D6604B2A1F14e3b2c
Octal26155146011352375167354
Binary1011000110110111001100100101110101011111101001110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D66; }

 p { color: rgb(177,45,102); }

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

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

 a { background-color: rgb(177,45,102); }

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

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

 span { border-color: rgb(177,45,102); }

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