Html Css Color HEX #BA71AB Bouquet

📋 copy color: '#BA71AB'

red 186 ◦ green 113 ◦ blue 171

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

Shades of Bouquet #BA71AB

Tints of Bouquet #BA71AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 39.57%
G = 24.04%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA71AB (or 0xBA71AB) is known color: Bouquet. HEX triplet: BA, 71 and AB. RGB value is (186,113,171). Sum of RGB (Red+Green+Blue) = 186+113+171=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71AB is #458E54. Grayscale: #8D8D8D. Windows color (decimal): -4558421 or 11235770. OLE color: 11235770.

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

Color convert

RGB 186 113 171 -
CMYK 0 0.39 0.08 0.27
HSL 312.33º 0.35% 0.59% -
HSV(B) 312.33º 0.39% 0.73% -
XYZ 33.51 25.19 41.62 -
YUV 141.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 186 113 171 0 0.39 0.08 0.27 312.33 0.35 0.59
Hex BA 71 AB 0 27 8 1B 138 23 3B
Octal 272 161 253 0 47 10 33 470 43 73
Binary 10111010 1110001 10101011 0 100111 1000 11011 100111000 100011 111011

Color Harmonies of #BA71AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71AB

Black with #BA71AB

Text Example


Text Example

White with #BA71AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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