#BB76A6

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

Shades of Bouquet #BB76A6

Tints of Bouquet #BB76A6

Color information

#BB76A6 (or 0xBB76A6) is unknown color: approx Bouquet. HEX triplet: BB, 76 and A6. RGB value is (187,118,166). Sum of RGB (Red+Green+Blue) = 187+118+166=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76A6 is #448959. Grayscale: #8F8F8F. Windows color (decimal): -4491610 or 10909371. OLE color: 10909371.

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

Color convert

RGB187118166-
CMYK00.370.110.27
HSL318.26º33.66%59.8%-
HSV(B)318.26º36.9%73.33%-
XYZ33.8526.2739.36-
YUV144.1140.36158.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 118 (46.48% from 255) = 25.05%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=39.70%
G=25.05%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711816600.370.110.27318.2633.6659.8
HexBB76A6025B1B13e223c
Octal27316624604513334764274
Binary101110111110110101001100100101101111011100111110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76A6; }

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

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

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

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

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

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

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

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