#BA845B

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

Shades of Twine #BA845B

Tints of Twine #BA845B

Color information

#BA845B (or 0xBA845B) is unknown color: approx Twine. HEX triplet: BA, 84 and 5B. RGB value is (186,132,91). Sum of RGB (Red+Green+Blue) = 186+132+91=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845B is #457BA4. Grayscale: #8F8F8F. Windows color (decimal): -4553637 or 5997754. OLE color: 5997754.

HSL color Cylindrical-coordinate representation of color #BA845B: hue angle of 25.89º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA845B is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18613291-
CMYK00.290.510.27
HSL25.89º40.77%54.31%-
HSV(B)25.89º51.08%72.94%-
XYZ30.3927.713.64-
YUV143.4798.39158.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 91 (35.94% from 255) = 22.25%
R=45.48%
G=32.27%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861329100.290.510.2725.8940.7754.31
HexBA845B01D331B1a2936
Octal2722041330356333325166
Binary101110101000010010110110111011100111101111010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA845B; }

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

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

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

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

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

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

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

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