#BA8A4B

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

Shades of Tussock #BA8A4B

Tints of Tussock #BA8A4B

Color information

#BA8A4B (or 0xBA8A4B) is unknown color: approx Tussock. HEX triplet: BA, 8A and 4B. RGB value is (186,138,75). Sum of RGB (Red+Green+Blue) = 186+138+75=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A4B is #4575B4. Grayscale: #919191. Windows color (decimal): -4552117 or 4950714. OLE color: 4950714.

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

Color convert

RGB18613875-
CMYK00.260.600.27
HSL34.05º44.58%51.18%-
HSV(B)34.05º59.68%72.94%-
XYZ30.6129.1210.66-
YUV145.1788.4157.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=46.62%
G=34.59%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861387500.260.600.2734.0544.5851.18
HexBA8A4B01A3C1B222d33
Octal2722121130327433425563
Binary1011101010001010100101101101011110011011100010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A4B; }

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

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

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

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

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

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

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

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