#BA845D

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

Shades of Twine #BA845D

Tints of Twine #BA845D

Color information

#BA845D (or 0xBA845D) is unknown color: approx Twine. HEX triplet: BA, 84 and 5D. RGB value is (186,132,93). Sum of RGB (Red+Green+Blue) = 186+132+93=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845D is #457BA2. Grayscale: #8F8F8F. Windows color (decimal): -4553635 or 6128826. OLE color: 6128826.

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

Color convert

RGB18613293-
CMYK00.290.50.27
HSL25.16º40.26%54.71%-
HSV(B)25.16º50%72.94%-
XYZ30.4827.7314.1-
YUV143.799.39158.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=45.26%
G=32.12%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861329300.290.50.2725.1640.2654.71
HexBA845D01D321B192837
Octal2722041350356233315067
Binary101110101000010010111010111011100101101111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA845D; }

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

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

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

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

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

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

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

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