Html Css Color HEX #BA9F4C Husk

📋 copy color: '#BA9F4C'

red 186 ◦ green 159 ◦ blue 76

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

Shades of Husk #BA9F4C

Tints of Husk #BA9F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.05%

R = 44.18%
G = 37.77%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA9F4C (or 0xBA9F4C) is known color: Husk. HEX triplet: BA, 9F and 4C. RGB value is (186,159,76). Sum of RGB (Red+Green+Blue) = 186+159+76=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F4C is #4560B3. Grayscale: #9D9D9D. Windows color (decimal): -4546740 or 5021626. OLE color: 5021626.

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

Color convert

RGB 186 159 76 -
CMYK 0 0.15 0.59 0.27
HSL 45.27º 0.44% 0.51% -
HSV(B) 45.27º 0.59% 0.73% -
XYZ 33.95 35.76 11.95 -
YUV 157.61 81.95 148.25 -
System Red Green Blue C M Y K H S L
Decimal 186 159 76 0 0.15 0.59 0.27 45.27 0.44 0.51
Hex BA 9F 4C 0 F 3B 1B 2D 2C 33
Octal 272 237 114 0 17 73 33 55 54 63
Binary 10111010 10011111 1001100 0 1111 111011 11011 101101 101100 110011

Color Harmonies of #BA9F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F4C

Black with #BA9F4C

Text Example


Text Example

White with #BA9F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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