#BA875E

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

Shades of Twine #BA875E

Tints of Twine #BA875E

Color information

#BA875E (or 0xBA875E) is unknown color: approx Twine. HEX triplet: BA, 87 and 5E. RGB value is (186,135,94). Sum of RGB (Red+Green+Blue) = 186+135+94=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA875E is #4578A1. Grayscale: #919191. Windows color (decimal): -4552866 or 6195130. OLE color: 6195130.

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

Color convert

RGB18613594-
CMYK00.270.490.27
HSL26.74º40%54.9%-
HSV(B)26.74º49.46%72.94%-
XYZ30.9328.5814.47-
YUV145.5798.9156.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 135 (53.12% from 255) = 32.53%
BLUE value IS 94 (37.11% from 255) = 22.65%
R=44.82%
G=32.53%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861359400.270.490.2726.744054.9
HexBA875E01B311B1b2837
Octal2722071360336133335067
Binary101110101000011110111100110111100011101111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA875E; }

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

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

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

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

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

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

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

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