#B12966

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

Shades of Rouge #B12966

Tints of Rouge #B12966

Color information

#B12966 (or 0xB12966) is unknown color: approx Rouge. HEX triplet: B1, 29 and 66. RGB value is (177,41,102). Sum of RGB (Red+Green+Blue) = 177+41+102=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B12966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12966 is #4ED699. Grayscale: #585858. Windows color (decimal): -5166746 or 6695345. OLE color: 6695345.

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

Color convert

RGB17741102-
CMYK00.770.420.31
HSL333.09º62.39%42.75%-
HSV(B)333.09º76.84%69.41%-
XYZ21.3211.8913.74-
YUV88.62135.56191.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=55.31%
G=12.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774110200.770.420.31333.0962.3942.75
HexB1296604D2A1F14d3e2b
Octal26151146011552375157653
Binary1011000110100111001100100110110101011111101001101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12966; }

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

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

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

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

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

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

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

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