Html Css Color HEX #BA739D Bouquet

📋 copy color: '#BA739D'

red 186 ◦ green 115 ◦ blue 157

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

Shades of Bouquet #BA739D

Tints of Bouquet #BA739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.11%

 BLUE value IS 157 (61.72% from 255) = 34.28%

R = 40.61%
G = 25.11%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA739D (or 0xBA739D) is known color: Bouquet. HEX triplet: BA, 73 and 9D. RGB value is (186,115,157). Sum of RGB (Red+Green+Blue) = 186+115+157=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA739D is #458C62. Grayscale: #8C8C8C. Windows color (decimal): -4557923 or 10318778. OLE color: 10318778.

HSL color Cylindrical-coordinate representation of color #BA739D: hue angle of 324.51º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA739D is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 157 -
CMYK 0 0.38 0.16 0.27
HSL 324.51º 0.34% 0.59% -
HSV(B) 324.51º 0.38% 0.73% -
XYZ 32.47 25.13 35.04 -
YUV 141.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 186 115 157 0 0.38 0.16 0.27 324.51 0.34 0.59
Hex BA 73 9D 0 26 10 1B 145 22 3B
Octal 272 163 235 0 46 20 33 505 42 73
Binary 10111010 1110011 10011101 0 100110 10000 11011 101000101 100010 111011

Color Harmonies of #BA739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA739D

Black with #BA739D

Text Example


Text Example

White with #BA739D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA739D; }

 p { color: rgb(186,115,157); }

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

background-color css

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

 a { background-color: rgb(186,115,157); }

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

border-color css

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

 span { border-color: rgb(186,115,157); }

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