#BB76AD

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

Shades of Bouquet #BB76AD

Tints of Bouquet #BB76AD

Color information

#BB76AD (or 0xBB76AD) is unknown color: approx Bouquet. HEX triplet: BB, 76 and AD. RGB value is (187,118,173). Sum of RGB (Red+Green+Blue) = 187+118+173=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB76AD is #448952. Grayscale: #909090. Windows color (decimal): -4491603 or 11368123. OLE color: 11368123.

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

Color convert

RGB187118173-
CMYK00.370.070.27
HSL312.17º33.66%59.8%-
HSV(B)312.17º36.9%73.33%-
XYZ34.5126.5442.84-
YUV144.9143.86158.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 118 (46.48% from 255) = 24.69%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=39.12%
G=24.69%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711817300.370.070.27312.1733.6659.8
HexBB76AD02571B138223c
Octal2731662550457334704274
Binary10111011111011010101101010010111111011100111000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB76AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB76AD; }

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

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

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

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

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

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

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

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