#BB66A2

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

Shades of Bouquet #BB66A2

Tints of Bouquet #BB66A2

Color information

#BB66A2 (or 0xBB66A2) is unknown color: approx Bouquet. HEX triplet: BB, 66 and A2. RGB value is (187,102,162). Sum of RGB (Red+Green+Blue) = 187+102+162=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66A2 is #44995D. Grayscale: #868686. Windows color (decimal): -4495710 or 10643131. OLE color: 10643131.

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

Color convert

RGB187102162-
CMYK00.450.130.27
HSL317.65º38.46%56.67%-
HSV(B)317.65º45.45%73.33%-
XYZ31.7722.6836.89-
YUV134.26143.66165.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=41.46%
G=22.62%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710216200.450.130.27317.6538.4656.67
HexBB66A202DD1B13e2639
Octal27314624205515334764671
Binary101110111100110101000100101101110111011100111110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66A2; }

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

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

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

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

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

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

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

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