Html Css Color HEX #BA9A49 Husk

📋 copy color: '#BA9A49'

red 186 ◦ green 154 ◦ blue 73

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

Shades of Husk #BA9A49

Tints of Husk #BA9A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.68%

R = 45.04%
G = 37.29%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9A49 (or 0xBA9A49) is known color: Husk. HEX triplet: BA, 9A and 49. RGB value is (186,154,73). Sum of RGB (Red+Green+Blue) = 186+154+73=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A49 is #4565B6. Grayscale: #9A9A9A. Windows color (decimal): -4548023 or 4823738. OLE color: 4823738.

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

Color convert

RGB 186 154 73 -
CMYK 0 0.17 0.61 0.27
HSL 43.01º 0.45% 0.51% -
HSV(B) 43.01º 0.61% 0.73% -
XYZ 33.01 34.03 11.13 -
YUV 154.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 186 154 73 0 0.17 0.61 0.27 43.01 0.45 0.51
Hex BA 9A 49 0 11 3D 1B 2B 2D 33
Octal 272 232 111 0 21 75 33 53 55 63
Binary 10111010 10011010 1001001 0 10001 111101 11011 101011 101101 110011

Color Harmonies of #BA9A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A49

Black with #BA9A49

Text Example


Text Example

White with #BA9A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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