#BA8B4C

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

Shades of Tussock #BA8B4C

Tints of Tussock #BA8B4C

Color information

#BA8B4C (or 0xBA8B4C) is unknown color: approx Tussock. HEX triplet: BA, 8B and 4C. RGB value is (186,139,76). Sum of RGB (Red+Green+Blue) = 186+139+76=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8B4C is #4574B3. Grayscale: #929292. Windows color (decimal): -4551860 or 5016506. OLE color: 5016506.

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

Color convert

RGB18613976-
CMYK00.250.590.27
HSL34.36º44.35%51.37%-
HSV(B)34.36º59.14%72.94%-
XYZ30.7929.4310.89-
YUV145.8788.57156.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 139 (54.69% from 255) = 34.66%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=46.38%
G=34.66%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861397600.250.590.2734.3644.3551.37
HexBA8B4C0193B1B222c33
Octal2722131140317333425463
Binary1011101010001011100110001100111101111011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8B4C; }

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

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

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

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

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

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

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

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