Html Css Color HEX #BAA055 Husk

📋 copy color: '#BAA055'

red 186 ◦ green 160 ◦ blue 85

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

Shades of Husk #BAA055

Tints of Husk #BAA055

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

 BLUE value IS 85 (33.59% from 255) = 19.72%

R = 43.16%
G = 37.12%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BAA055 (or 0xBAA055) is known color: Husk. HEX triplet: BA, A0 and 55. RGB value is (186,160,85). Sum of RGB (Red+Green+Blue) = 186+160+85=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA055 is #455FAA. Grayscale: #9F9F9F. Windows color (decimal): -4546475 or 5611706. OLE color: 5611706.

HSL color Cylindrical-coordinate representation of color #BAA055: hue angle of 44.55º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAA055 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 85 -
CMYK 0 0.14 0.54 0.27
HSL 44.55º 0.42% 0.53% -
HSV(B) 44.55º 0.54% 0.73% -
XYZ 34.46 36.24 13.77 -
YUV 159.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 186 160 85 0 0.14 0.54 0.27 44.55 0.42 0.53
Hex BA A0 55 0 E 36 1B 2D 2A 35
Octal 272 240 125 0 16 66 33 55 52 65
Binary 10111010 10100000 1010101 0 1110 110110 11011 101101 101010 110101

Color Harmonies of #BAA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA055

Black with #BAA055

Text Example


Text Example

White with #BAA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA055; }

 p { color: rgb(186,160,85); }

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

background-color css

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

 a { background-color: rgb(186,160,85); }

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

border-color css

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

 span { border-color: rgb(186,160,85); }

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