#BA8E4B

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

Shades of Tussock #BA8E4B

Tints of Tussock #BA8E4B

Color information

#BA8E4B (or 0xBA8E4B) is unknown color: approx Tussock. HEX triplet: BA, 8E and 4B. RGB value is (186,142,75). Sum of RGB (Red+Green+Blue) = 186+142+75=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 75 (29.69% from 255 or 18.61% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8E4B is #4571B4. Grayscale: #939393. Windows color (decimal): -4551093 or 4951738. OLE color: 4951738.

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

Color convert

RGB18614275-
CMYK00.240.600.27
HSL36.22º44.58%51.18%-
HSV(B)36.22º59.68%72.94%-
XYZ31.1930.2910.86-
YUV147.5287.08155.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 75 (29.69% from 255) = 18.61%
R=46.15%
G=35.24%
B=18.61%

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
Decimal1861427500.240.600.2736.2244.5851.18
HexBA8E4B0183C1B242d33
Octal2722161130307433445563
Binary1011101010001110100101101100011110011011100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E4B; }

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

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

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

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

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

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

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

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