Html Css Color HEX #BA769E Bouquet

📋 copy color: '#BA769E'

red 186 ◦ green 118 ◦ blue 158

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

Shades of Bouquet #BA769E

Tints of Bouquet #BA769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.54%

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

R = 40.26%
G = 25.54%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA769E (or 0xBA769E) is known color: Bouquet. HEX triplet: BA, 76 and 9E. RGB value is (186,118,158). Sum of RGB (Red+Green+Blue) = 186+118+158=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA769E is #458961. Grayscale: #8E8E8E. Windows color (decimal): -4557154 or 10385082. OLE color: 10385082.

HSL color Cylindrical-coordinate representation of color #BA769E: hue angle of 324.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA769E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 158 -
CMYK 0 0.37 0.15 0.27
HSL 324.71º 0.33% 0.6% -
HSV(B) 324.71º 0.37% 0.73% -
XYZ 32.9 25.86 35.61 -
YUV 142.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 186 118 158 0 0.37 0.15 0.27 324.71 0.33 0.6
Hex BA 76 9E 0 25 F 1B 145 21 3C
Octal 272 166 236 0 45 17 33 505 41 74
Binary 10111010 1110110 10011110 0 100101 1111 11011 101000101 100001 111100

Color Harmonies of #BA769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA769E

Black with #BA769E

Text Example


Text Example

White with #BA769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA769E; }

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

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

background-color css

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

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

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

border-color css

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

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

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