Html Css Color HEX #BA9F4D Husk

📋 copy color: '#BA9F4D'

red 186 ◦ green 159 ◦ blue 77

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

Shades of Husk #BA9F4D

Tints of Husk #BA9F4D

RGB

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

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

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

R = 44.08%
G = 37.68%
B = 18.25%

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

#BA9F4D (or 0xBA9F4D) is known color: Husk. HEX triplet: BA, 9F and 4D. RGB value is (186,159,77). Sum of RGB (Red+Green+Blue) = 186+159+77=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F4D is #4560B2. Grayscale: #9E9E9E. Windows color (decimal): -4546739 or 5087162. OLE color: 5087162.

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

Color convert

RGB 186 159 77 -
CMYK 0 0.15 0.59 0.27
HSL 45.14º 0.44% 0.52% -
HSV(B) 45.14º 0.59% 0.73% -
XYZ 33.99 35.77 12.13 -
YUV 157.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 186 159 77 0 0.15 0.59 0.27 45.14 0.44 0.52
Hex BA 9F 4D 0 F 3B 1B 2D 2C 34
Octal 272 237 115 0 17 73 33 55 54 64
Binary 10111010 10011111 1001101 0 1111 111011 11011 101101 101100 110100

Color Harmonies of #BA9F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F4D

Black with #BA9F4D

Text Example


Text Example

White with #BA9F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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