Html Css Color HEX #BA994F Husk

📋 copy color: '#BA994F'

red 186 ◦ green 153 ◦ blue 79

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

Shades of Husk #BA994F

Tints of Husk #BA994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 79 (31.25% from 255) = 18.9%

R = 44.5%
G = 36.6%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA994F (or 0xBA994F) is known color: Husk. HEX triplet: BA, 99 and 4F. RGB value is (186,153,79). Sum of RGB (Red+Green+Blue) = 186+153+79=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 79 (31.25% from 255 or 18.90% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA994F is #4566B0. Grayscale: #9A9A9A. Windows color (decimal): -4548273 or 5216698. OLE color: 5216698.

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

Color convert

RGB 186 153 79 -
CMYK 0 0.18 0.58 0.27
HSL 41.5º 0.44% 0.52% -
HSV(B) 41.5º 0.58% 0.73% -
XYZ 33.05 33.79 12.18 -
YUV 154.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 186 153 79 0 0.18 0.58 0.27 41.5 0.44 0.52
Hex BA 99 4F 0 12 3A 1B 29 2C 34
Octal 272 231 117 0 22 72 33 51 54 64
Binary 10111010 10011001 1001111 0 10010 111010 11011 101001 101100 110100

Color Harmonies of #BA994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA994F

Black with #BA994F

Text Example


Text Example

White with #BA994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA994F; }

 p { color: rgb(186,153,79); }

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

background-color css

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

 a { background-color: rgb(186,153,79); }

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

border-color css

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

 span { border-color: rgb(186,153,79); }

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