#BA8D53

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

Shades of Twine #BA8D53

Tints of Twine #BA8D53

Color information

#BA8D53 (or 0xBA8D53) is unknown color: approx Twine. HEX triplet: BA, 8D and 53. RGB value is (186,141,83). Sum of RGB (Red+Green+Blue) = 186+141+83=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D53 is #4572AC. Grayscale: #949494. Windows color (decimal): -4551341 or 5475770. OLE color: 5475770.

HSL color Cylindrical-coordinate representation of color #BA8D53: hue angle of 33.79º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA8D53 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18614183-
CMYK00.240.550.27
HSL33.79º42.74%52.75%-
HSV(B)33.79º55.38%72.94%-
XYZ31.3430.1112.34-
YUV147.8491.41155.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=45.37%
G=34.39%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861418300.240.550.2733.7942.7452.75
HexBA8D53018371B222b35
Octal2722151230306733425365
Binary1011101010001101101001101100011011111011100010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D53; }

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

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

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

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

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

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

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

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