Html Css Color HEX #BA72AB Bouquet

📋 copy color: '#BA72AB'

red 186 ◦ green 114 ◦ blue 171

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

Shades of Bouquet #BA72AB

Tints of Bouquet #BA72AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 39.49%
G = 24.2%
B = 36.31%

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

#BA72AB (or 0xBA72AB) is known color: Bouquet. HEX triplet: BA, 72 and AB. RGB value is (186,114,171). Sum of RGB (Red+Green+Blue) = 186+114+171=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72AB is #458D54. Grayscale: #8D8D8D. Windows color (decimal): -4558165 or 11236026. OLE color: 11236026.

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

Color convert

RGB 186 114 171 -
CMYK 0 0.39 0.08 0.27
HSL 312.5º 0.34% 0.59% -
HSV(B) 312.5º 0.39% 0.73% -
XYZ 33.62 25.41 41.66 -
YUV 142.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 186 114 171 0 0.39 0.08 0.27 312.5 0.34 0.59
Hex BA 72 AB 0 27 8 1B 138 22 3B
Octal 272 162 253 0 47 10 33 470 42 73
Binary 10111010 1110010 10101011 0 100111 1000 11011 100111000 100010 111011

Color Harmonies of #BA72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA72AB

Black with #BA72AB

Text Example


Text Example

White with #BA72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA72AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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