#BA8750

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

Shades of Twine #BA8750

Tints of Twine #BA8750

Color information

#BA8750 (or 0xBA8750) is unknown color: approx Twine. HEX triplet: BA, 87 and 50. RGB value is (186,135,80). Sum of RGB (Red+Green+Blue) = 186+135+80=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8750 is #4578AF. Grayscale: #909090. Windows color (decimal): -4552880 or 5277626. OLE color: 5277626.

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

Color convert

RGB18613580-
CMYK00.270.570.27
HSL31.13º43.44%52.16%-
HSV(B)31.13º56.99%72.94%-
XYZ30.3628.3511.46-
YUV143.9891.9157.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=46.38%
G=33.67%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861358000.270.570.2731.1343.4452.16
HexBA875001B391B1f2b34
Octal2722071200337133375364
Binary101110101000011110100000110111110011101111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8750; }

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

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

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

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

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

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

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

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