Html Css Color HEX #BA77A6 Bouquet

📋 copy color: '#BA77A6'

red 186 ◦ green 119 ◦ blue 166

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

Shades of Bouquet #BA77A6

Tints of Bouquet #BA77A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 39.49%
G = 25.27%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA77A6 (or 0xBA77A6) is known color: Bouquet. HEX triplet: BA, 77 and A6. RGB value is (186,119,166). Sum of RGB (Red+Green+Blue) = 186+119+166=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A6 is #458859. Grayscale: #909090. Windows color (decimal): -4556890 or 10909626. OLE color: 10909626.

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

Color convert

RGB 186 119 166 -
CMYK 0 0.36 0.11 0.27
HSL 317.91º 0.33% 0.6% -
HSV(B) 317.91º 0.36% 0.73% -
XYZ 33.73 26.39 39.39 -
YUV 144.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 186 119 166 0 0.36 0.11 0.27 317.91 0.33 0.6
Hex BA 77 A6 0 24 B 1B 13E 21 3C
Octal 272 167 246 0 44 13 33 476 41 74
Binary 10111010 1110111 10100110 0 100100 1011 11011 100111110 100001 111100

Color Harmonies of #BA77A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77A6

Black with #BA77A6

Text Example


Text Example

White with #BA77A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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