Html Css Color HEX #BA759A Bouquet

📋 copy color: '#BA759A'

red 186 ◦ green 117 ◦ blue 154

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

Shades of Bouquet #BA759A

Tints of Bouquet #BA759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.6%

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 40.7%
G = 25.6%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA759A (or 0xBA759A) is known color: Bouquet. HEX triplet: BA, 75 and 9A. RGB value is (186,117,154). Sum of RGB (Red+Green+Blue) = 186+117+154=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA759A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA759A is #458A65. Grayscale: #8D8D8D. Windows color (decimal): -4557414 or 10122682. OLE color: 10122682.

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

Color convert

RGB 186 117 154 -
CMYK 0 0.37 0.17 0.27
HSL 327.83º 0.33% 0.59% -
HSV(B) 327.83º 0.37% 0.73% -
XYZ 32.44 25.49 33.78 -
YUV 141.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 186 117 154 0 0.37 0.17 0.27 327.83 0.33 0.59
Hex BA 75 9A 0 25 11 1B 148 21 3B
Octal 272 165 232 0 45 21 33 510 41 73
Binary 10111010 1110101 10011010 0 100101 10001 11011 101001000 100001 111011

Color Harmonies of #BA759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA759A

Black with #BA759A

Text Example


Text Example

White with #BA759A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA759A; }

 p { color: rgb(186,117,154); }

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

background-color css

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

 a { background-color: rgb(186,117,154); }

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

border-color css

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

 span { border-color: rgb(186,117,154); }

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