Html Css Color HEX #BA9E47 Husk

📋 copy color: '#BA9E47'

red 186 ◦ green 158 ◦ blue 71

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

Shades of Husk #BA9E47

Tints of Husk #BA9E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.11%

R = 44.82%
G = 38.07%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9E47 (or 0xBA9E47) is known color: Husk. HEX triplet: BA, 9E and 47. RGB value is (186,158,71). Sum of RGB (Red+Green+Blue) = 186+158+71=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E47 is #4561B8. Grayscale: #9C9C9C. Windows color (decimal): -4547001 or 4693690. OLE color: 4693690.

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

Color convert

RGB 186 158 71 -
CMYK 0 0.15 0.62 0.27
HSL 45.39º 0.45% 0.5% -
HSV(B) 45.39º 0.62% 0.73% -
XYZ 33.61 35.35 11.01 -
YUV 156.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 186 158 71 0 0.15 0.62 0.27 45.39 0.45 0.5
Hex BA 9E 47 0 F 3E 1B 2D 2D 32
Octal 272 236 107 0 17 76 33 55 55 62
Binary 10111010 10011110 1000111 0 1111 111110 11011 101101 101101 110010

Color Harmonies of #BA9E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E47

Black with #BA9E47

Text Example


Text Example

White with #BA9E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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