#BA9C4B

Color #BA9C4B Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #BA9C4B

Tints of Husk #BA9C4B

Color information

#BA9C4B (or 0xBA9C4B) is unknown color: approx Husk. HEX triplet: BA, 9C and 4B. RGB value is (186,156,75). Sum of RGB (Red+Green+Blue) = 186+156+75=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C4B is #4563B4. Grayscale: #9C9C9C. Windows color (decimal): -4547509 or 4955322. OLE color: 4955322.

HSL color Cylindrical-coordinate representation of color #BA9C4B: hue angle of 43.78º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA9C4B is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18615675-
CMYK00.160.600.27
HSL43.78º44.58%51.18%-
HSV(B)43.78º59.68%72.94%-
XYZ33.4134.7211.6-
YUV155.7482.44149.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=44.60%
G=37.41%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861567500.160.600.2743.7844.5851.18
HexBA9C4B0103C1B2c2d33
Octal2722341130207433545563
Binary1011101010011100100101101000011110011011101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C4B; }

 p { color: rgb(186,156,75); }

 H1.HeaderClassName
 {
   color: #BA9C4B;
 }
 .AnyTagClassName
 {
   color: #BA9C4B;
 }
</style>
background-color css

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

 a { background-color: rgb(186,156,75); }

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

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

 span { border-color: rgb(186,156,75); }

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