#BA72AE

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

Shades of Bouquet #BA72AE

Tints of Bouquet #BA72AE

Color information

#BA72AE (or 0xBA72AE) is unknown color: approx Bouquet. HEX triplet: BA, 72 and AE. RGB value is (186,114,174). Sum of RGB (Red+Green+Blue) = 186+114+174=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72AE is #458D51. Grayscale: #8E8E8E. Windows color (decimal): -4558162 or 11432634. OLE color: 11432634.

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

Color convert

RGB186114174-
CMYK00.390.060.27
HSL310º34.29%58.82%-
HSV(B)310º38.71%72.94%-
XYZ33.9125.5343.19-
YUV142.37145.85159.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=39.24%
G=24.05%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611417400.390.060.2731034.2958.82
HexBA72AE02761B136223b
Octal2721622560476334664273
Binary10111010111001010101110010011111011011100110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72AE; }

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

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

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

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

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

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

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

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