#BB66A0

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

Shades of Hopbush #BB66A0

Tints of Hopbush #BB66A0

Color information

#BB66A0 (or 0xBB66A0) is unknown color: approx Hopbush. HEX triplet: BB, 66 and A0. RGB value is (187,102,160). Sum of RGB (Red+Green+Blue) = 187+102+160=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB66A0 is #44995F. Grayscale: #858585. Windows color (decimal): -4495712 or 10512059. OLE color: 10512059.

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

Color convert

RGB187102160-
CMYK00.450.140.27
HSL319.06º38.46%56.67%-
HSV(B)319.06º45.45%73.33%-
XYZ31.5922.6135.96-
YUV134.03142.66165.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 102 (40.23% from 255) = 22.72%
BLUE value IS 160 (62.89% from 255) = 35.63%
R=41.65%
G=22.72%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710216000.450.140.27319.0638.4656.67
HexBB66A002DE1B13f2639
Octal27314624005516334774671
Binary101110111100110101000000101101111011011100111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB66A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB66A0; }

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

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

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

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

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

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

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

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