#BB326D

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

Shades of Rouge #BB326D

Tints of Rouge #BB326D

Color information

#BB326D (or 0xBB326D) is unknown color: approx Rouge. HEX triplet: BB, 32 and 6D. RGB value is (187,50,109). Sum of RGB (Red+Green+Blue) = 187+50+109=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326D is #44CD92. Grayscale: #616161. Windows color (decimal): -4509075 or 7156411. OLE color: 7156411.

HSL color Cylindrical-coordinate representation of color #BB326D: hue angle of 334.16º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB326D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18750109-
CMYK00.730.420.27
HSL334.16º57.81%46.47%-
HSV(B)334.16º73.26%73.33%-
XYZ24.3913.9515.87-
YUV97.69134.39191.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=54.05%
G=14.45%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875010900.730.420.27334.1657.8146.47
HexBB326D0492A1B14e3a2e
Octal27362155011152335167256
Binary1011101111001011011010100100110101011011101001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB326D; }

 p { color: rgb(187,50,109); }

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

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

 a { background-color: rgb(187,50,109); }

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

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

 span { border-color: rgb(187,50,109); }

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