Html Css Color HEX #BA739B Bouquet

📋 copy color: '#BA739B'

red 186 ◦ green 115 ◦ blue 155

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

Shades of Bouquet #BA739B

Tints of Bouquet #BA739B

RGB

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

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

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

R = 40.79%
G = 25.22%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA739B (or 0xBA739B) is known color: Bouquet. HEX triplet: BA, 73 and 9B. RGB value is (186,115,155). Sum of RGB (Red+Green+Blue) = 186+115+155=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA739B is #458C64. Grayscale: #8C8C8C. Windows color (decimal): -4557925 or 10187706. OLE color: 10187706.

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

Color convert

RGB 186 115 155 -
CMYK 0 0.38 0.17 0.27
HSL 326.2º 0.34% 0.59% -
HSV(B) 326.2º 0.38% 0.73% -
XYZ 32.3 25.07 34.15 -
YUV 140.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 186 115 155 0 0.38 0.17 0.27 326.2 0.34 0.59
Hex BA 73 9B 0 26 11 1B 146 22 3B
Octal 272 163 233 0 46 21 33 506 42 73
Binary 10111010 1110011 10011011 0 100110 10001 11011 101000110 100010 111011

Color Harmonies of #BA739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA739B

Black with #BA739B

Text Example


Text Example

White with #BA739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA739B; }

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

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

background-color css

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

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

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

border-color css

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

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

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