#BB76A7

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

Shades of Bouquet #BB76A7

Tints of Bouquet #BB76A7

Color information

#BB76A7 (or 0xBB76A7) is unknown color: approx Bouquet. HEX triplet: BB, 76 and A7. RGB value is (187,118,167). Sum of RGB (Red+Green+Blue) = 187+118+167=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76A7 is #448958. Grayscale: #909090. Windows color (decimal): -4491609 or 10974907. OLE color: 10974907.

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

Color convert

RGB187118167-
CMYK00.370.110.27
HSL317.39º33.66%59.8%-
HSV(B)317.39º36.9%73.33%-
XYZ33.9526.3139.85-
YUV144.22140.86158.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 118 (46.48% from 255) = 25%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=39.62%
G=25%
B=35.38%

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
Decimal18711816700.370.110.27317.3933.6659.8
HexBB76A7025B1B13d223c
Octal27316624704513334754274
Binary101110111110110101001110100101101111011100111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76A7; }

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

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

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

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

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

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

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

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