#BB326C

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

Shades of Rouge #BB326C

Tints of Rouge #BB326C

Color information

#BB326C (or 0xBB326C) is unknown color: approx Rouge. HEX triplet: BB, 32 and 6C. RGB value is (187,50,108). Sum of RGB (Red+Green+Blue) = 187+50+108=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326C is #44CD93. Grayscale: #616161. Windows color (decimal): -4509076 or 7090875. OLE color: 7090875.

HSL color Cylindrical-coordinate representation of color #BB326C: hue angle of 334.6º 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 #BB326C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18750108-
CMYK00.730.420.27
HSL334.6º57.81%46.47%-
HSV(B)334.6º73.26%73.33%-
XYZ24.3413.9315.59-
YUV97.57133.89191.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=54.20%
G=14.49%
B=31.30%

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
Decimal1875010800.730.420.27334.657.8146.47
HexBB326C0492A1B14f3a2e
Octal27362154011152335177256
Binary1011101111001011011000100100110101011011101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB326C; }

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

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

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

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

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

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

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

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