#B32F6C

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

Shades of Rouge #B32F6C

Tints of Rouge #B32F6C

Color information

#B32F6C (or 0xB32F6C) is unknown color: approx Rouge. HEX triplet: B3, 2F and 6C. RGB value is (179,47,108). Sum of RGB (Red+Green+Blue) = 179+47+108=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F6C is #4CD093. Grayscale: #5D5D5D. Windows color (decimal): -5034132 or 7090099. OLE color: 7090099.

HSL color Cylindrical-coordinate representation of color #B32F6C: hue angle of 332.27º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F6C is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17947108-
CMYK00.740.400.30
HSL332.27º58.41%44.31%-
HSV(B)332.27º73.74%70.2%-
XYZ22.3112.715.46-
YUV93.42136.23189.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=53.59%
G=14.07%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794710800.740.400.30332.2758.4144.31
HexB32F6C04A281E14c3a2c
Octal26357154011250365147254
Binary1011001110111111011000100101010100011110101001100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32F6C; }

 p { color: rgb(179,47,108); }

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

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

 a { background-color: rgb(179,47,108); }

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

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

 span { border-color: rgb(179,47,108); }

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