#B32968

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

Shades of Rouge #B32968

Tints of Rouge #B32968

Color information

#B32968 (or 0xB32968) is unknown color: approx Rouge. HEX triplet: B3, 29 and 68. RGB value is (179,41,104). Sum of RGB (Red+Green+Blue) = 179+41+104=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B32968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32968 is #4CD697. Grayscale: #595959. Windows color (decimal): -5035672 or 6826419. OLE color: 6826419.

HSL color Cylindrical-coordinate representation of color #B32968: hue angle of 332.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32968 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17941104-
CMYK00.770.420.30
HSL332.61º62.73%43.14%-
HSV(B)332.61º77.09%70.2%-
XYZ21.8812.1714.29-
YUV89.44136.22191.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=55.25%
G=12.65%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794110400.770.420.30332.6162.7343.14
HexB3296804D2A1E14d3f2b
Octal26351150011552365157753
Binary1011001110100111010000100110110101011110101001101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32968; }

 p { color: rgb(179,41,104); }

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

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

 a { background-color: rgb(179,41,104); }

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

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

 span { border-color: rgb(179,41,104); }

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