Html Css Color HEX #BA779B Bouquet

📋 copy color: '#BA779B'

red 186 ◦ green 119 ◦ blue 155

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

Shades of Bouquet #BA779B

Tints of Bouquet #BA779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.7%

R = 40.43%
G = 25.87%
B = 33.7%

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

#BA779B (or 0xBA779B) is known color: Bouquet. HEX triplet: BA, 77 and 9B. RGB value is (186,119,155). Sum of RGB (Red+Green+Blue) = 186+119+155=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA779B is #458864. Grayscale: #8F8F8F. Windows color (decimal): -4556901 or 10188730. OLE color: 10188730.

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

Color convert

RGB 186 119 155 -
CMYK 0 0.36 0.17 0.27
HSL 327.76º 0.33% 0.6% -
HSV(B) 327.76º 0.36% 0.73% -
XYZ 32.76 26 34.3 -
YUV 143.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 186 119 155 0 0.36 0.17 0.27 327.76 0.33 0.6
Hex BA 77 9B 0 24 11 1B 148 21 3C
Octal 272 167 233 0 44 21 33 510 41 74
Binary 10111010 1110111 10011011 0 100100 10001 11011 101001000 100001 111100

Color Harmonies of #BA779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA779B

Black with #BA779B

Text Example


Text Example

White with #BA779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA779B; }

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

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

background-color css

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

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

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

border-color css

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

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

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