Html Css Color HEX #BA72A1 Bouquet

📋 copy color: '#BA72A1'

red 186 ◦ green 114 ◦ blue 161

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

Shades of Bouquet #BA72A1

Tints of Bouquet #BA72A1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.73%

 BLUE value IS 161 (63.28% from 255) = 34.92%

R = 40.35%
G = 24.73%
B = 34.92%

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

#BA72A1 (or 0xBA72A1) is known color: Bouquet. HEX triplet: BA, 72 and A1. RGB value is (186,114,161). Sum of RGB (Red+Green+Blue) = 186+114+161=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A1 is #458D5E. Grayscale: #8C8C8C. Windows color (decimal): -4558175 or 10580666. OLE color: 10580666.

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

Color convert

RGB 186 114 161 -
CMYK 0 0.39 0.13 0.27
HSL 320.83º 0.34% 0.59% -
HSV(B) 320.83º 0.39% 0.73% -
XYZ 32.7 25.05 36.83 -
YUV 140.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 186 114 161 0 0.39 0.13 0.27 320.83 0.34 0.59
Hex BA 72 A1 0 27 D 1B 141 22 3B
Octal 272 162 241 0 47 15 33 501 42 73
Binary 10111010 1110010 10100001 0 100111 1101 11011 101000001 100010 111011

Color Harmonies of #BA72A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72A1

Black with #BA72A1

Text Example


Text Example

White with #BA72A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72A1; }

 p { color: rgb(186,114,161); }

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

background-color css

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

 a { background-color: rgb(186,114,161); }

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

border-color css

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

 span { border-color: rgb(186,114,161); }

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