Html Css Color HEX #BA9F49 Husk

📋 copy color: '#BA9F49'

red 186 ◦ green 159 ◦ blue 73

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

Shades of Husk #BA9F49

Tints of Husk #BA9F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

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

R = 44.5%
G = 38.04%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9F49 (or 0xBA9F49) is known color: Husk. HEX triplet: BA, 9F and 49. RGB value is (186,159,73). Sum of RGB (Red+Green+Blue) = 186+159+73=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F49 is #4560B6. Grayscale: #9D9D9D. Windows color (decimal): -4546743 or 4825018. OLE color: 4825018.

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

Color convert

RGB 186 159 73 -
CMYK 0 0.15 0.61 0.27
HSL 45.66º 0.45% 0.51% -
HSV(B) 45.66º 0.61% 0.73% -
XYZ 33.85 35.72 11.41 -
YUV 157.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 186 159 73 0 0.15 0.61 0.27 45.66 0.45 0.51
Hex BA 9F 49 0 F 3D 1B 2E 2D 33
Octal 272 237 111 0 17 75 33 56 55 63
Binary 10111010 10011111 1001001 0 1111 111101 11011 101110 101101 110011

Color Harmonies of #BA9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F49

Black with #BA9F49

Text Example


Text Example

White with #BA9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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