#BA875D

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

Shades of Twine #BA875D

Tints of Twine #BA875D

Color information

#BA875D (or 0xBA875D) is unknown color: approx Twine. HEX triplet: BA, 87 and 5D. RGB value is (186,135,93). Sum of RGB (Red+Green+Blue) = 186+135+93=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA875D is #4578A2. Grayscale: #919191. Windows color (decimal): -4552867 or 6129594. OLE color: 6129594.

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

Color convert

RGB18613593-
CMYK00.270.50.27
HSL27.1º40.26%54.71%-
HSV(B)27.1º50%72.94%-
XYZ30.8928.5614.24-
YUV145.4698.4156.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=44.93%
G=32.61%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861359300.270.50.2727.140.2654.71
HexBA875D01B321B1b2837
Octal2722071350336233335067
Binary101110101000011110111010110111100101101111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA875D; }

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

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

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

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

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

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

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

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