Html Css Color HEX #BA749A Bouquet

📋 copy color: '#BA749A'

red 186 ◦ green 116 ◦ blue 154

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

Shades of Bouquet #BA749A

Tints of Bouquet #BA749A

RGB

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

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

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

R = 40.79%
G = 25.44%
B = 33.77%

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

#BA749A (or 0xBA749A) is known color: Bouquet. HEX triplet: BA, 74 and 9A. RGB value is (186,116,154). Sum of RGB (Red+Green+Blue) = 186+116+154=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA749A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA749A is #458B65. Grayscale: #8D8D8D. Windows color (decimal): -4557670 or 10122426. OLE color: 10122426.

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

Color convert

RGB 186 116 154 -
CMYK 0 0.38 0.17 0.27
HSL 327.43º 0.34% 0.59% -
HSV(B) 327.43º 0.38% 0.73% -
XYZ 32.33 25.26 33.74 -
YUV 141.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 186 116 154 0 0.38 0.17 0.27 327.43 0.34 0.59
Hex BA 74 9A 0 26 11 1B 147 22 3B
Octal 272 164 232 0 46 21 33 507 42 73
Binary 10111010 1110100 10011010 0 100110 10001 11011 101000111 100010 111011

Color Harmonies of #BA749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA749A

Black with #BA749A

Text Example


Text Example

White with #BA749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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