#BB76A0

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

Shades of Bouquet #BB76A0

Tints of Bouquet #BB76A0

Color information

#BB76A0 (or 0xBB76A0) is unknown color: approx Bouquet. HEX triplet: BB, 76 and A0. RGB value is (187,118,160). Sum of RGB (Red+Green+Blue) = 187+118+160=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76A0 is #44895F. Grayscale: #8F8F8F. Windows color (decimal): -4491616 or 10516155. OLE color: 10516155.

HSL color Cylindrical-coordinate representation of color #BB76A0: hue angle of 323.48º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB76A0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB187118160-
CMYK00.370.140.27
HSL323.48º33.66%59.8%-
HSV(B)323.48º36.9%73.33%-
XYZ33.3226.0636.53-
YUV143.42137.36159.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=40.22%
G=25.38%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711816000.370.140.27323.4833.6659.8
HexBB76A0025E1B143223c
Octal27316624004516335034274
Binary101110111110110101000000100101111011011101000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76A0; }

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

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

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

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

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

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

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

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