#BB2666

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

Shades of Rouge #BB2666

Tints of Rouge #BB2666

Color information

#BB2666 (or 0xBB2666) is unknown color: approx Rouge. HEX triplet: BB, 26 and 66. RGB value is (187,38,102). Sum of RGB (Red+Green+Blue) = 187+38+102=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2666 is #44D999. Grayscale: #595959. Windows color (decimal): -4512154 or 6694587. OLE color: 6694587.

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

Color convert

RGB18738102-
CMYK00.800.450.27
HSL334.23º66.22%44.12%-
HSV(B)334.23º79.68%73.33%-
XYZ23.5812.9113.82-
YUV89.85134.86197.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=57.19%
G=11.62%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873810200.800.450.27334.2366.2244.12
HexBB26660502D1B14e422c
Octal273461460120553351610254
Binary10111011100110110011001010000101101110111010011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2666; }

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

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

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

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

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

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

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

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