Html Css Color HEX #BA73A9 Bouquet

📋 copy color: '#BA73A9'

red 186 ◦ green 115 ◦ blue 169

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

Shades of Bouquet #BA73A9

Tints of Bouquet #BA73A9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.47%

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

R = 39.57%
G = 24.47%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA73A9 (or 0xBA73A9) is known color: Bouquet. HEX triplet: BA, 73 and A9. RGB value is (186,115,169). Sum of RGB (Red+Green+Blue) = 186+115+169=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73A9 is #458C56. Grayscale: #8E8E8E. Windows color (decimal): -4557911 or 11105210. OLE color: 11105210.

HSL color Cylindrical-coordinate representation of color #BA73A9: hue angle of 314.37º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73A9 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 169 -
CMYK 0 0.38 0.09 0.27
HSL 314.37º 0.34% 0.59% -
HSV(B) 314.37º 0.38% 0.73% -
XYZ 33.54 25.57 40.7 -
YUV 142.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 186 115 169 0 0.38 0.09 0.27 314.37 0.34 0.59
Hex BA 73 A9 0 26 9 1B 13A 22 3B
Octal 272 163 251 0 46 11 33 472 42 73
Binary 10111010 1110011 10101001 0 100110 1001 11011 100111010 100010 111011

Color Harmonies of #BA73A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA73A9

Black with #BA73A9

Text Example


Text Example

White with #BA73A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA73A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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