Html Css Color HEX #BA7799 Bouquet

📋 copy color: '#BA7799'

red 186 ◦ green 119 ◦ blue 153

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

Shades of Bouquet #BA7799

Tints of Bouquet #BA7799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 40.61%
G = 25.98%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA7799 (or 0xBA7799) is known color: Bouquet. HEX triplet: BA, 77 and 99. RGB value is (186,119,153). Sum of RGB (Red+Green+Blue) = 186+119+153=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7799 is #458866. Grayscale: #8E8E8E. Windows color (decimal): -4556903 or 10057658. OLE color: 10057658.

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

Color convert

RGB 186 119 153 -
CMYK 0 0.36 0.18 0.27
HSL 329.55º 0.33% 0.6% -
HSV(B) 329.55º 0.36% 0.73% -
XYZ 32.6 25.93 33.42 -
YUV 142.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 186 119 153 0 0.36 0.18 0.27 329.55 0.33 0.6
Hex BA 77 99 0 24 12 1B 14A 21 3C
Octal 272 167 231 0 44 22 33 512 41 74
Binary 10111010 1110111 10011001 0 100100 10010 11011 101001010 100001 111100

Color Harmonies of #BA7799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7799

Black with #BA7799

Text Example


Text Example

White with #BA7799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7799; }

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

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

background-color css

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

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

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

border-color css

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

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

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