#BA934E

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

Shades of Tussock #BA934E

Tints of Tussock #BA934E

Color information

#BA934E (or 0xBA934E) is unknown color: approx Tussock. HEX triplet: BA, 93 and 4E. RGB value is (186,147,78). Sum of RGB (Red+Green+Blue) = 186+147+78=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA934E is #456CB1. Grayscale: #979797. Windows color (decimal): -4549810 or 5149626. OLE color: 5149626.

HSL color Cylindrical-coordinate representation of color #BA934E: hue angle of 38.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA934E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18614778-
CMYK00.210.580.27
HSL38.33º43.9%51.76%-
HSV(B)38.33º58.06%72.94%-
XYZ32.0631.8611.67-
YUV150.7986.92153.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 78 (30.86% from 255) = 18.98%
R=45.26%
G=35.77%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861477800.210.580.2738.3343.951.76
HexBA934E0153A1B262c34
Octal2722231160257233465464
Binary1011101010010011100111001010111101011011100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA934E; }

 p { color: rgb(186,147,78); }

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

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

 a { background-color: rgb(186,147,78); }

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

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

 span { border-color: rgb(186,147,78); }

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