Html Css Color HEX #BA749F Bouquet

📋 copy color: '#BA749F'

red 186 ◦ green 116 ◦ blue 159

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

Shades of Bouquet #BA749F

Tints of Bouquet #BA749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.16%

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

R = 40.35%
G = 25.16%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA749F (or 0xBA749F) is known color: Bouquet. HEX triplet: BA, 74 and 9F. RGB value is (186,116,159). Sum of RGB (Red+Green+Blue) = 186+116+159=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA749F is #458B60. Grayscale: #8D8D8D. Windows color (decimal): -4557665 or 10450106. OLE color: 10450106.

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

Color convert

RGB 186 116 159 -
CMYK 0 0.38 0.15 0.27
HSL 323.14º 0.34% 0.59% -
HSV(B) 323.14º 0.38% 0.73% -
XYZ 32.75 25.43 35.98 -
YUV 141.83 137.69 159.5 -
System Red Green Blue C M Y K H S L
Decimal 186 116 159 0 0.38 0.15 0.27 323.14 0.34 0.59
Hex BA 74 9F 0 26 F 1B 143 22 3B
Octal 272 164 237 0 46 17 33 503 42 73
Binary 10111010 1110100 10011111 0 100110 1111 11011 101000011 100010 111011

Color Harmonies of #BA749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA749F

Black with #BA749F

Text Example


Text Example

White with #BA749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA749F; }

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

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

background-color css

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

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

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

border-color css

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

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

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