#BB72AC

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

Shades of Bouquet #BB72AC

Tints of Bouquet #BB72AC

Color information

#BB72AC (or 0xBB72AC) is unknown color: approx Bouquet. HEX triplet: BB, 72 and AC. RGB value is (187,114,172). Sum of RGB (Red+Green+Blue) = 187+114+172=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72AC is #448D53. Grayscale: #8E8E8E. Windows color (decimal): -4492628 or 11301563. OLE color: 11301563.

HSL color Cylindrical-coordinate representation of color #BB72AC: hue angle of 312.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 #BB72AC is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB187114172-
CMYK00.390.080.27
HSL312.33º34.93%59.02%-
HSV(B)312.33º39.04%73.33%-
XYZ33.9625.5842.18-
YUV142.44144.68159.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.53%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=39.53%
G=24.10%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711417200.390.080.27312.3334.9359.02
HexBB72AC02781B138233b
Octal27316225404710334704373
Binary101110111110010101011000100111100011011100111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72AC; }

 p { color: rgb(187,114,172); }

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

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

 a { background-color: rgb(187,114,172); }

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

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

 span { border-color: rgb(187,114,172); }

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