#BA845E

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

Shades of Twine #BA845E

Tints of Twine #BA845E

Color information

#BA845E (or 0xBA845E) is unknown color: approx Twine. HEX triplet: BA, 84 and 5E. RGB value is (186,132,94). Sum of RGB (Red+Green+Blue) = 186+132+94=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845E is #457BA1. Grayscale: #909090. Windows color (decimal): -4553634 or 6194362. OLE color: 6194362.

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

Color convert

RGB18613294-
CMYK00.290.490.27
HSL24.78º40%54.9%-
HSV(B)24.78º49.46%72.94%-
XYZ30.5227.7514.34-
YUV143.8199.89158.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=45.15%
G=32.04%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861329400.290.490.2724.784054.9
HexBA845E01D311B192837
Octal2722041360356133315067
Binary101110101000010010111100111011100011101111001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA845E; }

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

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

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

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

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

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

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

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