Html Css Color HEX #BA72A9 Bouquet

📋 copy color: '#BA72A9'

red 186 ◦ green 114 ◦ blue 169

#BA72A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #BA72A9

Tints of Bouquet #BA72A9

RGB

 RED value IS 186 (73.05% from 255) = 39.66%

 GREEN value IS 114 (44.92% from 255) = 24.31%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 39.66%
G = 24.31%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA72A9 (or 0xBA72A9) is known color: Bouquet. HEX triplet: BA, 72 and A9. RGB value is (186,114,169). Sum of RGB (Red+Green+Blue) = 186+114+169=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A9 is #458D56. Grayscale: #8D8D8D. Windows color (decimal): -4558167 or 11104954. OLE color: 11104954.

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

Color convert

RGB 186 114 169 -
CMYK 0 0.39 0.09 0.27
HSL 314.17º 0.34% 0.59% -
HSV(B) 314.17º 0.39% 0.73% -
XYZ 33.43 25.34 40.67 -
YUV 141.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 186 114 169 0 0.39 0.09 0.27 314.17 0.34 0.59
Hex BA 72 A9 0 27 9 1B 13A 22 3B
Octal 272 162 251 0 47 11 33 472 42 73
Binary 10111010 1110010 10101001 0 100111 1001 11011 100111010 100010 111011

Color Harmonies of #BA72A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72A9

Black with #BA72A9

Text Example


Text Example

White with #BA72A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72A9; }

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

 H1.HeaderClassName
 {
   color: #BA72A9;
 }
 .AnyTagClassName
 {
   color: #BA72A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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