Html Css Color HEX #BA72A5 Bouquet

📋 copy color: '#BA72A5'

red 186 ◦ green 114 ◦ blue 165

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

Shades of Bouquet #BA72A5

Tints of Bouquet #BA72A5

RGB

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

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

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

R = 40%
G = 24.52%
B = 35.48%

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

#BA72A5 (or 0xBA72A5) is known color: Bouquet. HEX triplet: BA, 72 and A5. RGB value is (186,114,165). Sum of RGB (Red+Green+Blue) = 186+114+165=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A5 is #458D5A. Grayscale: #8D8D8D. Windows color (decimal): -4558171 or 10842810. OLE color: 10842810.

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

Color convert

RGB 186 114 165 -
CMYK 0 0.39 0.11 0.27
HSL 317.5º 0.34% 0.59% -
HSV(B) 317.5º 0.39% 0.73% -
XYZ 33.06 25.19 38.72 -
YUV 141.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 186 114 165 0 0.39 0.11 0.27 317.5 0.34 0.59
Hex BA 72 A5 0 27 B 1B 13E 22 3B
Octal 272 162 245 0 47 13 33 476 42 73
Binary 10111010 1110010 10100101 0 100111 1011 11011 100111110 100010 111011

Color Harmonies of #BA72A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72A5

Black with #BA72A5

Text Example


Text Example

White with #BA72A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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