Html Css Color HEX #BA77AA Bouquet

📋 copy color: '#BA77AA'

red 186 ◦ green 119 ◦ blue 170

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

Shades of Bouquet #BA77AA

Tints of Bouquet #BA77AA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.05%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 39.16%
G = 25.05%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA77AA (or 0xBA77AA) is known color: Bouquet. HEX triplet: BA, 77 and AA. RGB value is (186,119,170). Sum of RGB (Red+Green+Blue) = 186+119+170=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77AA is #458855. Grayscale: #909090. Windows color (decimal): -4556886 or 11171770. OLE color: 11171770.

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

Color convert

RGB 186 119 170 -
CMYK 0 0.36 0.09 0.27
HSL 314.33º 0.33% 0.6% -
HSV(B) 314.33º 0.36% 0.73% -
XYZ 34.1 26.54 41.35 -
YUV 144.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 186 119 170 0 0.36 0.09 0.27 314.33 0.33 0.6
Hex BA 77 AA 0 24 9 1B 13A 21 3C
Octal 272 167 252 0 44 11 33 472 41 74
Binary 10111010 1110111 10101010 0 100100 1001 11011 100111010 100001 111100

Color Harmonies of #BA77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77AA

Black with #BA77AA

Text Example


Text Example

White with #BA77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77AA; }

 p { color: rgb(186,119,170); }

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

background-color css

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

 a { background-color: rgb(186,119,170); }

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

border-color css

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

 span { border-color: rgb(186,119,170); }

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