Html Css Color HEX #BA9E4D Husk

📋 copy color: '#BA9E4D'

red 186 ◦ green 158 ◦ blue 77

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

Shades of Husk #BA9E4D

Tints of Husk #BA9E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 44.18%
G = 37.53%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA9E4D (or 0xBA9E4D) is known color: Husk. HEX triplet: BA, 9E and 4D. RGB value is (186,158,77). Sum of RGB (Red+Green+Blue) = 186+158+77=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9E4D is #4561B2. Grayscale: #9D9D9D. Windows color (decimal): -4546995 or 5086906. OLE color: 5086906.

HSL color Cylindrical-coordinate representation of color #BA9E4D: hue angle of 44.59º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA9E4D is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 77 -
CMYK 0 0.15 0.59 0.27
HSL 44.59º 0.44% 0.52% -
HSV(B) 44.59º 0.59% 0.73% -
XYZ 33.82 35.43 12.08 -
YUV 157.14 82.78 148.59 -
System Red Green Blue C M Y K H S L
Decimal 186 158 77 0 0.15 0.59 0.27 44.59 0.44 0.52
Hex BA 9E 4D 0 F 3B 1B 2D 2C 34
Octal 272 236 115 0 17 73 33 55 54 64
Binary 10111010 10011110 1001101 0 1111 111011 11011 101101 101100 110100

Color Harmonies of #BA9E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E4D

Black with #BA9E4D

Text Example


Text Example

White with #BA9E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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