Html Css Color HEX #BAA04D Husk

📋 copy color: '#BAA04D'

red 186 ◦ green 160 ◦ blue 77

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

Shades of Husk #BAA04D

Tints of Husk #BAA04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.2%

R = 43.97%
G = 37.83%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAA04D (or 0xBAA04D) is known color: Husk. HEX triplet: BA, A0 and 4D. RGB value is (186,160,77). Sum of RGB (Red+Green+Blue) = 186+160+77=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA04D is #455FB2. Grayscale: #9E9E9E. Windows color (decimal): -4546483 or 5087418. OLE color: 5087418.

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

Color convert

RGB 186 160 77 -
CMYK 0 0.14 0.59 0.27
HSL 45.69º 0.44% 0.52% -
HSV(B) 45.69º 0.59% 0.73% -
XYZ 34.16 36.12 12.19 -
YUV 158.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 186 160 77 0 0.14 0.59 0.27 45.69 0.44 0.52
Hex BA A0 4D 0 E 3B 1B 2E 2C 34
Octal 272 240 115 0 16 73 33 56 54 64
Binary 10111010 10100000 1001101 0 1110 111011 11011 101110 101100 110100

Color Harmonies of #BAA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA04D

Black with #BAA04D

Text Example


Text Example

White with #BAA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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