#BA8D4B

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

Shades of Tussock #BA8D4B

Tints of Tussock #BA8D4B

Color information

#BA8D4B (or 0xBA8D4B) is unknown color: approx Tussock. HEX triplet: BA, 8D and 4B. RGB value is (186,141,75). Sum of RGB (Red+Green+Blue) = 186+141+75=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D4B is #4572B4. Grayscale: #939393. Windows color (decimal): -4551349 or 4951482. OLE color: 4951482.

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

Color convert

RGB18614175-
CMYK00.240.600.27
HSL35.68º44.58%51.18%-
HSV(B)35.68º59.68%72.94%-
XYZ31.043010.81-
YUV146.9387.41155.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=46.27%
G=35.07%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861417500.240.600.2735.6844.5851.18
HexBA8D4B0183C1B242d33
Octal2722151130307433445563
Binary1011101010001101100101101100011110011011100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D4B; }

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

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

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

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

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

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

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

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