#BA8753

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

Shades of Twine #BA8753

Tints of Twine #BA8753

Color information

#BA8753 (or 0xBA8753) is unknown color: approx Twine. HEX triplet: BA, 87 and 53. RGB value is (186,135,83). Sum of RGB (Red+Green+Blue) = 186+135+83=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8753 is #4578AC. Grayscale: #909090. Windows color (decimal): -4552877 or 5474234. OLE color: 5474234.

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

Color convert

RGB18613583-
CMYK00.270.550.27
HSL30.29º42.74%52.75%-
HSV(B)30.29º55.38%72.94%-
XYZ30.4828.3912.06-
YUV144.3293.4157.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=46.04%
G=33.42%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861358300.270.550.2730.2942.7452.75
HexBA875301B371B1e2b35
Octal2722071230336733365365
Binary101110101000011110100110110111101111101111110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8753; }

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

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

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

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

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

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

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

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