Html Css Color HEX #BA689F Bouquet

📋 copy color: '#BA689F'

red 186 ◦ green 104 ◦ blue 159

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

Shades of Bouquet #BA689F

Tints of Bouquet #BA689F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 41.43%
G = 23.16%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA689F (or 0xBA689F) is known color: Bouquet. HEX triplet: BA, 68 and 9F. RGB value is (186,104,159). Sum of RGB (Red+Green+Blue) = 186+104+159=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA689F is #459760. Grayscale: #868686. Windows color (decimal): -4560737 or 10447034. OLE color: 10447034.

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

Color convert

RGB 186 104 159 -
CMYK 0 0.44 0.15 0.27
HSL 319.76º 0.37% 0.57% -
HSV(B) 319.76º 0.44% 0.73% -
XYZ 31.46 22.84 35.55 -
YUV 134.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 186 104 159 0 0.44 0.15 0.27 319.76 0.37 0.57
Hex BA 68 9F 0 2C F 1B 140 25 39
Octal 272 150 237 0 54 17 33 500 45 71
Binary 10111010 1101000 10011111 0 101100 1111 11011 101000000 100101 111001

Color Harmonies of #BA689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA689F

Black with #BA689F

Text Example


Text Example

White with #BA689F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA689F; }

 p { color: rgb(186,104,159); }

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

background-color css

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

 a { background-color: rgb(186,104,159); }

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

border-color css

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

 span { border-color: rgb(186,104,159); }

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