Html Css Color HEX #BA749C Bouquet

📋 copy color: '#BA749C'

red 186 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #BA749C

Tints of Bouquet #BA749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 40.61%
G = 25.33%
B = 34.06%

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

#BA749C (or 0xBA749C) is known color: Bouquet. HEX triplet: BA, 74 and 9C. RGB value is (186,116,156). Sum of RGB (Red+Green+Blue) = 186+116+156=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA749C is #458B63. Grayscale: #8D8D8D. Windows color (decimal): -4557668 or 10253498. OLE color: 10253498.

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

Color convert

RGB 186 116 156 -
CMYK 0 0.38 0.16 0.27
HSL 325.71º 0.34% 0.59% -
HSV(B) 325.71º 0.38% 0.73% -
XYZ 32.5 25.33 34.63 -
YUV 141.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 186 116 156 0 0.38 0.16 0.27 325.71 0.34 0.59
Hex BA 74 9C 0 26 10 1B 146 22 3B
Octal 272 164 234 0 46 20 33 506 42 73
Binary 10111010 1110100 10011100 0 100110 10000 11011 101000110 100010 111011

Color Harmonies of #BA749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA749C

Black with #BA749C

Text Example


Text Example

White with #BA749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA749C; }

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

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

background-color css

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

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

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

border-color css

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

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

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