Html Css Color HEX #BA77A8 Bouquet

📋 copy color: '#BA77A8'

red 186 ◦ green 119 ◦ blue 168

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

Shades of Bouquet #BA77A8

Tints of Bouquet #BA77A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 39.32%
G = 25.16%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA77A8 (or 0xBA77A8) is known color: Bouquet. HEX triplet: BA, 77 and A8. RGB value is (186,119,168). Sum of RGB (Red+Green+Blue) = 186+119+168=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A8 is #458857. Grayscale: #909090. Windows color (decimal): -4556888 or 11040698. OLE color: 11040698.

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

Color convert

RGB 186 119 168 -
CMYK 0 0.36 0.10 0.27
HSL 316.12º 0.33% 0.6% -
HSV(B) 316.12º 0.36% 0.73% -
XYZ 33.91 26.46 40.37 -
YUV 144.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 186 119 168 0 0.36 0.10 0.27 316.12 0.33 0.6
Hex BA 77 A8 0 24 A 1B 13C 21 3C
Octal 272 167 250 0 44 12 33 474 41 74
Binary 10111010 1110111 10101000 0 100100 1010 11011 100111100 100001 111100

Color Harmonies of #BA77A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA77A8

Black with #BA77A8

Text Example


Text Example

White with #BA77A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA77A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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