Html Css Color HEX #BA71A5 Bouquet

📋 copy color: '#BA71A5'

red 186 ◦ green 113 ◦ blue 165

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

Shades of Bouquet #BA71A5

Tints of Bouquet #BA71A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 40.09%
G = 24.35%
B = 35.56%

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

#BA71A5 (or 0xBA71A5) is known color: Bouquet. HEX triplet: BA, 71 and A5. RGB value is (186,113,165). Sum of RGB (Red+Green+Blue) = 186+113+165=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71A5 is #458E5A. Grayscale: #8C8C8C. Windows color (decimal): -4558427 or 10842554. OLE color: 10842554.

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

Color convert

RGB 186 113 165 -
CMYK 0 0.39 0.11 0.27
HSL 317.26º 0.35% 0.59% -
HSV(B) 317.26º 0.39% 0.73% -
XYZ 32.95 24.97 38.68 -
YUV 140.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 186 113 165 0 0.39 0.11 0.27 317.26 0.35 0.59
Hex BA 71 A5 0 27 B 1B 13D 23 3B
Octal 272 161 245 0 47 13 33 475 43 73
Binary 10111010 1110001 10100101 0 100111 1011 11011 100111101 100011 111011

Color Harmonies of #BA71A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA71A5

Black with #BA71A5

Text Example


Text Example

White with #BA71A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA71A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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