#BA8458

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

Shades of Twine #BA8458

Tints of Twine #BA8458

Color information

#BA8458 (or 0xBA8458) is unknown color: approx Twine. HEX triplet: BA, 84 and 58. RGB value is (186,132,88). Sum of RGB (Red+Green+Blue) = 186+132+88=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8458 is #457BA7. Grayscale: #8F8F8F. Windows color (decimal): -4553640 or 5801146. OLE color: 5801146.

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

Color convert

RGB18613288-
CMYK00.290.530.27
HSL26.94º41.53%53.73%-
HSV(B)26.94º52.69%72.94%-
XYZ30.2627.6512.97-
YUV143.1396.89158.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=45.81%
G=32.51%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861328800.290.530.2726.9441.5353.73
HexBA845801D351B1b2a36
Octal2722041300356533335266
Binary101110101000010010110000111011101011101111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8458; }

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

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

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

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

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

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

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

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