Html Css Color HEX #BA77A0 Bouquet

📋 copy color: '#BA77A0'

red 186 ◦ green 119 ◦ blue 160

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

Shades of Bouquet #BA77A0

Tints of Bouquet #BA77A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 40%
G = 25.59%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BA77A0 (or 0xBA77A0) is known color: Bouquet. HEX triplet: BA, 77 and A0. RGB value is (186,119,160). Sum of RGB (Red+Green+Blue) = 186+119+160=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A0 is #45885F. Grayscale: #8F8F8F. Windows color (decimal): -4556896 or 10516410. OLE color: 10516410.

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

Color convert

RGB 186 119 160 -
CMYK 0 0.36 0.14 0.27
HSL 323.28º 0.33% 0.6% -
HSV(B) 323.28º 0.36% 0.73% -
XYZ 33.19 26.17 36.56 -
YUV 143.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 186 119 160 0 0.36 0.14 0.27 323.28 0.33 0.6
Hex BA 77 A0 0 24 E 1B 143 21 3C
Octal 272 167 240 0 44 16 33 503 41 74
Binary 10111010 1110111 10100000 0 100100 1110 11011 101000011 100001 111100

Color Harmonies of #BA77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77A0

Black with #BA77A0

Text Example


Text Example

White with #BA77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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