#bb72ae

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

Shades of Bouquet #BB72AE

Tints of Bouquet #BB72AE

Color information

#BB72AE (or 0xBB72AE) is unknown color: approx Bouquet. HEX triplet: BB, 72 and AE. RGB value is (187,114,174). Sum of RGB (Red+Green+Blue) = 187+114+174=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72AE is #448D51. Grayscale: #8E8E8E. Windows color (decimal): -4492626 or 11432635. OLE color: 11432635.

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

Color convert

RGB187114174-
CMYK00.390.070.27
HSL310.68º34.93%59.02%-
HSV(B)310.68º39.04%73.33%-
XYZ34.1525.6643.2-
YUV142.67145.68159.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=39.37%
G=24%
B=36.63%

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
Decimal18711417400.390.070.27310.6834.9359.02
HexBB72AE02771B137233b
Octal2731622560477334674373
Binary10111011111001010101110010011111111011100110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb72ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb72ae; }

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

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

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

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

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

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

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

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