#BC72AA

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

Shades of Bouquet #BC72AA

Tints of Bouquet #BC72AA

Color information

#BC72AA (or 0xBC72AA) is unknown color: approx Bouquet. HEX triplet: BC, 72 and AA. RGB value is (188,114,170). Sum of RGB (Red+Green+Blue) = 188+114+170=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC72AA is #438D55. Grayscale: #8E8E8E. Windows color (decimal): -4427094 or 11170492. OLE color: 11170492.

HSL color Cylindrical-coordinate representation of color #BC72AA: hue angle of 314.59º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC72AA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188114170-
CMYK00.390.100.26
HSL314.59º35.58%59.22%-
HSV(B)314.59º39.36%73.73%-
XYZ34.0125.6341.18-
YUV142.51143.52160.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=39.83%
G=24.15%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811417000.390.100.26314.5935.5859.22
HexBC72AA027A1A13b243b
Octal27416225204712324734473
Binary101111001110010101010100100111101011010100111011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72AA; }

 p { color: rgb(188,114,170); }

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

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

 a { background-color: rgb(188,114,170); }

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

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

 span { border-color: rgb(188,114,170); }

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