#BB72AD

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

Shades of Bouquet #BB72AD

Tints of Bouquet #BB72AD

Color information

#BB72AD (or 0xBB72AD) is unknown color: approx Bouquet. HEX triplet: BB, 72 and AD. RGB value is (187,114,173). Sum of RGB (Red+Green+Blue) = 187+114+173=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72AD is #448D52. Grayscale: #8E8E8E. Windows color (decimal): -4492627 or 11367099. OLE color: 11367099.

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

Color convert

RGB187114173-
CMYK00.390.070.27
HSL311.51º34.93%59.02%-
HSV(B)311.51º39.04%73.33%-
XYZ34.0525.6242.68-
YUV142.55145.18159.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=39.45%
G=24.05%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711417300.390.070.27311.5134.9359.02
HexBB72AD02771B138233b
Octal2731622550477334704373
Binary10111011111001010101101010011111111011100111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72AD; }

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

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

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

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

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

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

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

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