#bb3366

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

Shades of Rouge #BB3366

Tints of Rouge #BB3366

Color information

#BB3366 (or 0xBB3366) is unknown color: approx Rouge. HEX triplet: BB, 33 and 66. RGB value is (187,51,102). Sum of RGB (Red+Green+Blue) = 187+51+102=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3366 is #44CC99. Grayscale: #616161. Windows color (decimal): -4508826 or 6697915. OLE color: 6697915.

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

Color convert

RGB18751102-
CMYK00.730.450.27
HSL337.5º57.14%46.67%-
HSV(B)337.5º72.73%73.33%-
XYZ24.0813.8913.98-
YUV97.48130.56191.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 102 (40.23% from 255) = 30%
R=55%
G=15%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875110200.730.450.27337.557.1446.67
HexBB33660492D1B152392f
Octal27363146011155335227157
Binary1011101111001111001100100100110110111011101010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3366; }

 p { color: rgb(187,51,102); }

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

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

 a { background-color: rgb(187,51,102); }

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

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

 span { border-color: rgb(187,51,102); }

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