#BB73AB

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

Shades of Bouquet #BB73AB

Tints of Bouquet #BB73AB

Color information

#BB73AB (or 0xBB73AB) is unknown color: approx Bouquet. HEX triplet: BB, 73 and AB. RGB value is (187,115,171). Sum of RGB (Red+Green+Blue) = 187+115+171=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB73AB is #448C54. Grayscale: #8E8E8E. Windows color (decimal): -4492373 or 11236283. OLE color: 11236283.

HSL color Cylindrical-coordinate representation of color #BB73AB: hue angle of 313.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB73AB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187115171-
CMYK00.390.090.27
HSL313.33º34.62%59.22%-
HSV(B)313.33º38.5%73.33%-
XYZ33.9725.7741.71-
YUV142.91143.85159.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=39.53%
G=24.31%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711517100.390.090.27313.3334.6259.22
HexBB73AB02791B139233b
Octal27316325304711334714373
Binary101110111110011101010110100111100111011100111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB73AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB73AB; }

 p { color: rgb(187,115,171); }

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

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

 a { background-color: rgb(187,115,171); }

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

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

 span { border-color: rgb(187,115,171); }

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