Html Css Color HEX #BA77A1 Bouquet

📋 copy color: '#BA77A1'

red 186 ◦ green 119 ◦ blue 161

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

Shades of Bouquet #BA77A1

Tints of Bouquet #BA77A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.55%

R = 39.91%
G = 25.54%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA77A1 (or 0xBA77A1) is known color: Bouquet. HEX triplet: BA, 77 and A1. RGB value is (186,119,161). Sum of RGB (Red+Green+Blue) = 186+119+161=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A1 is #45885E. Grayscale: #8F8F8F. Windows color (decimal): -4556895 or 10581946. OLE color: 10581946.

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

Color convert

RGB 186 119 161 -
CMYK 0 0.36 0.13 0.27
HSL 322.39º 0.33% 0.6% -
HSV(B) 322.39º 0.36% 0.73% -
XYZ 33.28 26.21 37.02 -
YUV 143.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 186 119 161 0 0.36 0.13 0.27 322.39 0.33 0.6
Hex BA 77 A1 0 24 D 1B 142 21 3C
Octal 272 167 241 0 44 15 33 502 41 74
Binary 10111010 1110111 10100001 0 100100 1101 11011 101000010 100001 111100

Color Harmonies of #BA77A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77A1

Black with #BA77A1

Text Example


Text Example

White with #BA77A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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