Html Css Color HEX #BA9A50 Husk

📋 copy color: '#BA9A50'

red 186 ◦ green 154 ◦ blue 80

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

Shades of Husk #BA9A50

Tints of Husk #BA9A50

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

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

R = 44.29%
G = 36.67%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9A50 (or 0xBA9A50) is known color: Husk. HEX triplet: BA, 9A and 50. RGB value is (186,154,80). Sum of RGB (Red+Green+Blue) = 186+154+80=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A50 is #4565AF. Grayscale: #9B9B9B. Windows color (decimal): -4548016 or 5282490. OLE color: 5282490.

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

Color convert

RGB 186 154 80 -
CMYK 0 0.17 0.57 0.27
HSL 41.89º 0.43% 0.52% -
HSV(B) 41.89º 0.57% 0.73% -
XYZ 33.25 34.13 12.42 -
YUV 155.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 186 154 80 0 0.17 0.57 0.27 41.89 0.43 0.52
Hex BA 9A 50 0 11 39 1B 2A 2B 34
Octal 272 232 120 0 21 71 33 52 53 64
Binary 10111010 10011010 1010000 0 10001 111001 11011 101010 101011 110100

Color Harmonies of #BA9A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A50

Black with #BA9A50

Text Example


Text Example

White with #BA9A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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