Html Css Color HEX #BA779E Bouquet

📋 copy color: '#BA779E'

red 186 ◦ green 119 ◦ blue 158

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

Shades of Bouquet #BA779E

Tints of Bouquet #BA779E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 40.17%
G = 25.7%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA779E (or 0xBA779E) is known color: Bouquet. HEX triplet: BA, 77 and 9E. RGB value is (186,119,158). Sum of RGB (Red+Green+Blue) = 186+119+158=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA779E is #458861. Grayscale: #8F8F8F. Windows color (decimal): -4556898 or 10385338. OLE color: 10385338.

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

Color convert

RGB 186 119 158 -
CMYK 0 0.36 0.15 0.27
HSL 325.07º 0.33% 0.6% -
HSV(B) 325.07º 0.36% 0.73% -
XYZ 33.02 26.1 35.65 -
YUV 143.48 136.2 158.33 -
System Red Green Blue C M Y K H S L
Decimal 186 119 158 0 0.36 0.15 0.27 325.07 0.33 0.6
Hex BA 77 9E 0 24 F 1B 145 21 3C
Octal 272 167 236 0 44 17 33 505 41 74
Binary 10111010 1110111 10011110 0 100100 1111 11011 101000101 100001 111100

Color Harmonies of #BA779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA779E

Black with #BA779E

Text Example


Text Example

White with #BA779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA779E; }

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

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

background-color css

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

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

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

border-color css

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

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

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