Html Css Color HEX #BA76AB Bouquet

📋 copy color: '#BA76AB'

red 186 ◦ green 118 ◦ blue 171

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

Shades of Bouquet #BA76AB

Tints of Bouquet #BA76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.84%

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

R = 39.16%
G = 24.84%
B = 36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA76AB (or 0xBA76AB) is known color: Bouquet. HEX triplet: BA, 76 and AB. RGB value is (186,118,171). Sum of RGB (Red+Green+Blue) = 186+118+171=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76AB is #458954. Grayscale: #909090. Windows color (decimal): -4557141 or 11237050. OLE color: 11237050.

HSL color Cylindrical-coordinate representation of color #BA76AB: hue angle of 313.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76AB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 118 171 -
CMYK 0 0.37 0.08 0.27
HSL 313.24º 0.33% 0.6% -
HSV(B) 313.24º 0.37% 0.73% -
XYZ 34.08 26.34 41.82 -
YUV 144.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 186 118 171 0 0.37 0.08 0.27 313.24 0.33 0.6
Hex BA 76 AB 0 25 8 1B 139 21 3C
Octal 272 166 253 0 45 10 33 471 41 74
Binary 10111010 1110110 10101011 0 100101 1000 11011 100111001 100001 111100

Color Harmonies of #BA76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76AB

Black with #BA76AB

Text Example


Text Example

White with #BA76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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