Html Css Color HEX #BA779A Bouquet

📋 copy color: '#BA779A'

red 186 ◦ green 119 ◦ blue 154

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

Shades of Bouquet #BA779A

Tints of Bouquet #BA779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 40.52%
G = 25.93%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA779A (or 0xBA779A) is known color: Bouquet. HEX triplet: BA, 77 and 9A. RGB value is (186,119,154). Sum of RGB (Red+Green+Blue) = 186+119+154=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA779A is #458865. Grayscale: #8E8E8E. Windows color (decimal): -4556902 or 10123194. OLE color: 10123194.

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

Color convert

RGB 186 119 154 -
CMYK 0 0.36 0.17 0.27
HSL 328.66º 0.33% 0.6% -
HSV(B) 328.66º 0.36% 0.73% -
XYZ 32.68 25.97 33.86 -
YUV 143.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 186 119 154 0 0.36 0.17 0.27 328.66 0.33 0.6
Hex BA 77 9A 0 24 11 1B 149 21 3C
Octal 272 167 232 0 44 21 33 511 41 74
Binary 10111010 1110111 10011010 0 100100 10001 11011 101001001 100001 111100

Color Harmonies of #BA779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA779A

Black with #BA779A

Text Example


Text Example

White with #BA779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA779A; }

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

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

background-color css

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

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

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

border-color css

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

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

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