#BA954B

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

Shades of Tussock #BA954B

Tints of Tussock #BA954B

Color information

#BA954B (or 0xBA954B) is unknown color: approx Tussock. HEX triplet: BA, 95 and 4B. RGB value is (186,149,75). Sum of RGB (Red+Green+Blue) = 186+149+75=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA954B is #456AB4. Grayscale: #979797. Windows color (decimal): -4549301 or 4953530. OLE color: 4953530.

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

Color convert

RGB18614975-
CMYK00.200.600.27
HSL40º44.58%51.18%-
HSV(B)40º59.68%72.94%-
XYZ32.2732.4411.22-
YUV151.6384.76152.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=45.37%
G=36.34%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861497500.200.600.274044.5851.18
HexBA954B0143C1B282d33
Octal2722251130247433505563
Binary1011101010010101100101101010011110011011101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA954B; }

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

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

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

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

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

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

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

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