Html Css Color HEX #BA9E4A Husk

📋 copy color: '#BA9E4A'

red 186 ◦ green 158 ◦ blue 74

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

Shades of Husk #BA9E4A

Tints of Husk #BA9E4A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.8%

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

R = 44.5%
G = 37.8%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA9E4A (or 0xBA9E4A) is known color: Husk. HEX triplet: BA, 9E and 4A. RGB value is (186,158,74). Sum of RGB (Red+Green+Blue) = 186+158+74=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E4A is #4561B5. Grayscale: #9D9D9D. Windows color (decimal): -4546998 or 4890298. OLE color: 4890298.

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

Color convert

RGB 186 158 74 -
CMYK 0 0.15 0.60 0.27
HSL 45º 0.45% 0.51% -
HSV(B) 45º 0.6% 0.73% -
XYZ 33.71 35.39 11.53 -
YUV 156.8 81.28 148.83 -
System Red Green Blue C M Y K H S L
Decimal 186 158 74 0 0.15 0.60 0.27 45 0.45 0.51
Hex BA 9E 4A 0 F 3C 1B 2D 2D 33
Octal 272 236 112 0 17 74 33 55 55 63
Binary 10111010 10011110 1001010 0 1111 111100 11011 101101 101101 110011

Color Harmonies of #BA9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E4A

Black with #BA9E4A

Text Example


Text Example

White with #BA9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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