Html Css Color HEX #BAA14C Husk

📋 copy color: '#BAA14C'

red 186 ◦ green 161 ◦ blue 76

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

Shades of Husk #BAA14C

Tints of Husk #BAA14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.97%

R = 43.97%
G = 38.06%
B = 17.97%

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

#BAA14C (or 0xBAA14C) is known color: Husk. HEX triplet: BA, A1 and 4C. RGB value is (186,161,76). Sum of RGB (Red+Green+Blue) = 186+161+76=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 76 (30.08% from 255 or 17.97% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA14C is #455EB3. Grayscale: #9F9F9F. Windows color (decimal): -4546228 or 5022138. OLE color: 5022138.

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

Color convert

RGB 186 161 76 -
CMYK 0 0.13 0.59 0.27
HSL 46.36º 0.44% 0.51% -
HSV(B) 46.36º 0.59% 0.73% -
XYZ 34.3 36.45 12.07 -
YUV 158.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 186 161 76 0 0.13 0.59 0.27 46.36 0.44 0.51
Hex BA A1 4C 0 D 3B 1B 2E 2C 33
Octal 272 241 114 0 15 73 33 56 54 63
Binary 10111010 10100001 1001100 0 1101 111011 11011 101110 101100 110011

Color Harmonies of #BAA14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA14C

Black with #BAA14C

Text Example


Text Example

White with #BAA14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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