Html Css Color HEX #BA71AC Bouquet

📋 copy color: '#BA71AC'

red 186 ◦ green 113 ◦ blue 172

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

Shades of Bouquet #BA71AC

Tints of Bouquet #BA71AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 39.49%
G = 23.99%
B = 36.52%

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

#BA71AC (or 0xBA71AC) is known color: Bouquet. HEX triplet: BA, 71 and AC. RGB value is (186,113,172). Sum of RGB (Red+Green+Blue) = 186+113+172=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71AC is #458E53. Grayscale: #8D8D8D. Windows color (decimal): -4558420 or 11301306. OLE color: 11301306.

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

Color convert

RGB 186 113 172 -
CMYK 0 0.39 0.08 0.27
HSL 311.51º 0.35% 0.59% -
HSV(B) 311.51º 0.39% 0.73% -
XYZ 33.6 25.23 42.13 -
YUV 141.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 186 113 172 0 0.39 0.08 0.27 311.51 0.35 0.59
Hex BA 71 AC 0 27 8 1B 138 23 3B
Octal 272 161 254 0 47 10 33 470 43 73
Binary 10111010 1110001 10101100 0 100111 1000 11011 100111000 100011 111011

Color Harmonies of #BA71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71AC

Black with #BA71AC

Text Example


Text Example

White with #BA71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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