Html Css Color HEX #BA9D56 Husk

📋 copy color: '#BA9D56'

red 186 ◦ green 157 ◦ blue 86

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

Shades of Husk #BA9D56

Tints of Husk #BA9D56

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 43.36%
G = 36.6%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BA9D56 (or 0xBA9D56) is known color: Husk. HEX triplet: BA, 9D and 56. RGB value is (186,157,86). Sum of RGB (Red+Green+Blue) = 186+157+86=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D56 is #4562A9. Grayscale: #9D9D9D. Windows color (decimal): -4547242 or 5676474. OLE color: 5676474.

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

Color convert

RGB 186 157 86 -
CMYK 0 0.16 0.54 0.27
HSL 42.6º 0.42% 0.53% -
HSV(B) 42.6º 0.54% 0.73% -
XYZ 33.99 35.22 13.81 -
YUV 157.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 186 157 86 0 0.16 0.54 0.27 42.6 0.42 0.53
Hex BA 9D 56 0 10 36 1B 2B 2A 35
Octal 272 235 126 0 20 66 33 53 52 65
Binary 10111010 10011101 1010110 0 10000 110110 11011 101011 101010 110101

Color Harmonies of #BA9D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D56

Black with #BA9D56

Text Example


Text Example

White with #BA9D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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