Html Css Color HEX #BA9D50 Husk

📋 copy color: '#BA9D50'

red 186 ◦ green 157 ◦ blue 80

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

Shades of Husk #BA9D50

Tints of Husk #BA9D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 43.97%
G = 37.12%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9D50 (or 0xBA9D50) is known color: Husk. HEX triplet: BA, 9D and 50. RGB value is (186,157,80). Sum of RGB (Red+Green+Blue) = 186+157+80=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9D50 is #4562AF. Grayscale: #9D9D9D. Windows color (decimal): -4547248 or 5283258. OLE color: 5283258.

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

Color convert

RGB 186 157 80 -
CMYK 0 0.16 0.57 0.27
HSL 43.58º 0.43% 0.52% -
HSV(B) 43.58º 0.57% 0.73% -
XYZ 33.75 35.13 12.59 -
YUV 156.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 186 157 80 0 0.16 0.57 0.27 43.58 0.43 0.52
Hex BA 9D 50 0 10 39 1B 2C 2B 34
Octal 272 235 120 0 20 71 33 54 53 64
Binary 10111010 10011101 1010000 0 10000 111001 11011 101100 101011 110100

Color Harmonies of #BA9D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D50

Black with #BA9D50

Text Example


Text Example

White with #BA9D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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