Html Css Color HEX #BA9F56 Husk

📋 copy color: '#BA9F56'

red 186 ◦ green 159 ◦ blue 86

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

Shades of Husk #BA9F56

Tints of Husk #BA9F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.95%

R = 43.16%
G = 36.89%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA9F56 (or 0xBA9F56) is known color: Husk. HEX triplet: BA, 9F and 56. RGB value is (186,159,86). Sum of RGB (Red+Green+Blue) = 186+159+86=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F56 is #4560A9. Grayscale: #9F9F9F. Windows color (decimal): -4546730 or 5676986. OLE color: 5676986.

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

Color convert

RGB 186 159 86 -
CMYK 0 0.15 0.54 0.27
HSL 43.8º 0.42% 0.53% -
HSV(B) 43.8º 0.54% 0.73% -
XYZ 34.33 35.91 13.93 -
YUV 158.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 186 159 86 0 0.15 0.54 0.27 43.8 0.42 0.53
Hex BA 9F 56 0 F 36 1B 2C 2A 35
Octal 272 237 126 0 17 66 33 54 52 65
Binary 10111010 10011111 1010110 0 1111 110110 11011 101100 101010 110101

Color Harmonies of #BA9F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F56

Black with #BA9F56

Text Example


Text Example

White with #BA9F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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