#BA8C5E

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

Shades of Twine #BA8C5E

Tints of Twine #BA8C5E

Color information

#BA8C5E (or 0xBA8C5E) is unknown color: approx Twine. HEX triplet: BA, 8C and 5E. RGB value is (186,140,94). Sum of RGB (Red+Green+Blue) = 186+140+94=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5E is #4573A1. Grayscale: #949494. Windows color (decimal): -4551586 or 6196410. OLE color: 6196410.

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

Color convert

RGB18614094-
CMYK00.250.490.27
HSL30º40%54.9%-
HSV(B)30º49.46%72.94%-
XYZ31.653014.71-
YUV148.5197.24154.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=44.29%
G=33.33%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861409400.250.490.27304054.9
HexBA8C5E019311B1e2837
Octal2722141360316133365067
Binary101110101000110010111100110011100011101111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C5E; }

 p { color: rgb(186,140,94); }

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

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

 a { background-color: rgb(186,140,94); }

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

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

 span { border-color: rgb(186,140,94); }

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