Html Css Color HEX #BA9A4A Husk

📋 copy color: '#BA9A4A'

red 186 ◦ green 154 ◦ blue 74

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

Shades of Husk #BA9A4A

Tints of Husk #BA9A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 44.93%
G = 37.2%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA9A4A (or 0xBA9A4A) is known color: Husk. HEX triplet: BA, 9A and 4A. RGB value is (186,154,74). Sum of RGB (Red+Green+Blue) = 186+154+74=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A4A is #4565B5. Grayscale: #9A9A9A. Windows color (decimal): -4548022 or 4889274. OLE color: 4889274.

HSL color Cylindrical-coordinate representation of color #BA9A4A: hue angle of 42.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA9A4A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 154 74 -
CMYK 0 0.17 0.60 0.27
HSL 42.86º 0.45% 0.51% -
HSV(B) 42.86º 0.6% 0.73% -
XYZ 33.04 34.04 11.31 -
YUV 154.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 186 154 74 0 0.17 0.60 0.27 42.86 0.45 0.51
Hex BA 9A 4A 0 11 3C 1B 2B 2D 33
Octal 272 232 112 0 21 74 33 53 55 63
Binary 10111010 10011010 1001010 0 10001 111100 11011 101011 101101 110011

Color Harmonies of #BA9A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A4A

Black with #BA9A4A

Text Example


Text Example

White with #BA9A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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