Html Css Color HEX #BA9A4E Husk

📋 copy color: '#BA9A4E'

red 186 ◦ green 154 ◦ blue 78

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

Shades of Husk #BA9A4E

Tints of Husk #BA9A4E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.84%

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 44.5%
G = 36.84%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA9A4E (or 0xBA9A4E) is known color: Husk. HEX triplet: BA, 9A and 4E. RGB value is (186,154,78). Sum of RGB (Red+Green+Blue) = 186+154+78=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A4E is #4565B1. Grayscale: #9B9B9B. Windows color (decimal): -4548018 or 5151418. OLE color: 5151418.

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

Color convert

RGB 186 154 78 -
CMYK 0 0.17 0.58 0.27
HSL 42.22º 0.44% 0.52% -
HSV(B) 42.22º 0.58% 0.73% -
XYZ 33.18 34.1 12.04 -
YUV 154.9 84.6 150.18 -
System Red Green Blue C M Y K H S L
Decimal 186 154 78 0 0.17 0.58 0.27 42.22 0.44 0.52
Hex BA 9A 4E 0 11 3A 1B 2A 2C 34
Octal 272 232 116 0 21 72 33 52 54 64
Binary 10111010 10011010 1001110 0 10001 111010 11011 101010 101100 110100

Color Harmonies of #BA9A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A4E

Black with #BA9A4E

Text Example


Text Example

White with #BA9A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A4E; }

 p { color: rgb(186,154,78); }

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

background-color css

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

 a { background-color: rgb(186,154,78); }

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

border-color css

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

 span { border-color: rgb(186,154,78); }

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