#b32768

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

Shades of Rouge #B32768

Tints of Rouge #B32768

Color information

#B32768 (or 0xB32768) is unknown color: approx Rouge. HEX triplet: B3, 27 and 68. RGB value is (179,39,104). Sum of RGB (Red+Green+Blue) = 179+39+104=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B32768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32768 is #4CD897. Grayscale: #585858. Windows color (decimal): -5036184 or 6825907. OLE color: 6825907.

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

Color convert

RGB17939104-
CMYK00.780.420.30
HSL332.14º64.22%42.75%-
HSV(B)332.14º78.21%70.2%-
XYZ21.8112.0314.27-
YUV88.27136.88192.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 39 (15.62% from 255) = 12.11%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=55.59%
G=12.11%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793910400.780.420.30332.1464.2242.75
HexB3276804E2A1E14c402b
Octal263471500116523651410053
Binary10110011100111110100001001110101010111101010011001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b32768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b32768; }

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

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

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

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

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

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

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

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