Html Css Color HEX #BA71A2 Bouquet

📋 copy color: '#BA71A2'

red 186 ◦ green 113 ◦ blue 162

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

Shades of Bouquet #BA71A2

Tints of Bouquet #BA71A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.14%

R = 40.35%
G = 24.51%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA71A2 (or 0xBA71A2) is known color: Bouquet. HEX triplet: BA, 71 and A2. RGB value is (186,113,162). Sum of RGB (Red+Green+Blue) = 186+113+162=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71A2 is #458E5D. Grayscale: #8C8C8C. Windows color (decimal): -4558430 or 10645946. OLE color: 10645946.

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

Color convert

RGB 186 113 162 -
CMYK 0 0.39 0.13 0.27
HSL 319.73º 0.35% 0.59% -
HSV(B) 319.73º 0.39% 0.73% -
XYZ 32.68 24.86 37.26 -
YUV 140.41 140.18 160.52 -
System Red Green Blue C M Y K H S L
Decimal 186 113 162 0 0.39 0.13 0.27 319.73 0.35 0.59
Hex BA 71 A2 0 27 D 1B 140 23 3B
Octal 272 161 242 0 47 15 33 500 43 73
Binary 10111010 1110001 10100010 0 100111 1101 11011 101000000 100011 111011

Color Harmonies of #BA71A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71A2

Black with #BA71A2

Text Example


Text Example

White with #BA71A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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