Html Css Color HEX #BAA14D Husk

📋 copy color: '#BAA14D'

red 186 ◦ green 161 ◦ blue 77

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

Shades of Husk #BAA14D

Tints of Husk #BAA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

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

R = 43.87%
G = 37.97%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BAA14D (or 0xBAA14D) is known color: Husk. HEX triplet: BA, A1 and 4D. RGB value is (186,161,77). Sum of RGB (Red+Green+Blue) = 186+161+77=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA14D is #455EB2. Grayscale: #9F9F9F. Windows color (decimal): -4546227 or 5087674. OLE color: 5087674.

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

Color convert

RGB 186 161 77 -
CMYK 0 0.13 0.59 0.27
HSL 46.24º 0.44% 0.52% -
HSV(B) 46.24º 0.59% 0.73% -
XYZ 34.33 36.46 12.25 -
YUV 158.9 81.78 147.33 -
System Red Green Blue C M Y K H S L
Decimal 186 161 77 0 0.13 0.59 0.27 46.24 0.44 0.52
Hex BA A1 4D 0 D 3B 1B 2E 2C 34
Octal 272 241 115 0 15 73 33 56 54 64
Binary 10111010 10100001 1001101 0 1101 111011 11011 101110 101100 110100

Color Harmonies of #BAA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA14D

Black with #BAA14D

Text Example


Text Example

White with #BAA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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