Html Css Color HEX #BA9D4A Husk

📋 copy color: '#BA9D4A'

red 186 ◦ green 157 ◦ blue 74

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

Shades of Husk #BA9D4A

Tints of Husk #BA9D4A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.65%

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

R = 44.6%
G = 37.65%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA9D4A (or 0xBA9D4A) is known color: Husk. HEX triplet: BA, 9D and 4A. RGB value is (186,157,74). Sum of RGB (Red+Green+Blue) = 186+157+74=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D4A is #4562B5. Grayscale: #9C9C9C. Windows color (decimal): -4547254 or 4890042. OLE color: 4890042.

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

Color convert

RGB 186 157 74 -
CMYK 0 0.16 0.60 0.27
HSL 44.46º 0.45% 0.51% -
HSV(B) 44.46º 0.6% 0.73% -
XYZ 33.54 35.05 11.48 -
YUV 156.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 186 157 74 0 0.16 0.60 0.27 44.46 0.45 0.51
Hex BA 9D 4A 0 10 3C 1B 2C 2D 33
Octal 272 235 112 0 20 74 33 54 55 63
Binary 10111010 10011101 1001010 0 10000 111100 11011 101100 101101 110011

Color Harmonies of #BA9D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D4A

Black with #BA9D4A

Text Example


Text Example

White with #BA9D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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