#B1296D

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

Shades of Rouge #B1296D

Tints of Rouge #B1296D

Color information

#B1296D (or 0xB1296D) is unknown color: approx Rouge. HEX triplet: B1, 29 and 6D. RGB value is (177,41,109). Sum of RGB (Red+Green+Blue) = 177+41+109=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B1296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1296D is #4ED692. Grayscale: #595959. Windows color (decimal): -5166739 or 7154097. OLE color: 7154097.

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

Color convert

RGB17741109-
CMYK00.770.380.31
HSL330º62.39%42.75%-
HSV(B)330º76.84%69.41%-
XYZ21.6812.0415.65-
YUV89.42139.06190.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=54.13%
G=12.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774110900.770.380.3133062.3942.75
HexB1296D04D261F14a3e2b
Octal26151155011546375127653
Binary1011000110100111011010100110110011011111101001010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1296D; }

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

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

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

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

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

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

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

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