Html Css Color HEX #BA71A6 Bouquet

📋 copy color: '#BA71A6'

red 186 ◦ green 113 ◦ blue 166

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

Shades of Bouquet #BA71A6

Tints of Bouquet #BA71A6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 40%
G = 24.3%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA71A6 (or 0xBA71A6) is known color: Bouquet. HEX triplet: BA, 71 and A6. RGB value is (186,113,166). Sum of RGB (Red+Green+Blue) = 186+113+166=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71A6 is #458E59. Grayscale: #8C8C8C. Windows color (decimal): -4558426 or 10908090. OLE color: 10908090.

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

Color convert

RGB 186 113 166 -
CMYK 0 0.39 0.11 0.27
HSL 316.44º 0.35% 0.59% -
HSV(B) 316.44º 0.39% 0.73% -
XYZ 33.04 25 39.16 -
YUV 140.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 186 113 166 0 0.39 0.11 0.27 316.44 0.35 0.59
Hex BA 71 A6 0 27 B 1B 13C 23 3B
Octal 272 161 246 0 47 13 33 474 43 73
Binary 10111010 1110001 10100110 0 100111 1011 11011 100111100 100011 111011

Color Harmonies of #BA71A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71A6

Black with #BA71A6

Text Example


Text Example

White with #BA71A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71A6; }

 p { color: rgb(186,113,166); }

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

background-color css

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

 a { background-color: rgb(186,113,166); }

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

border-color css

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

 span { border-color: rgb(186,113,166); }

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