#BA8A58

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

Shades of Twine #BA8A58

Tints of Twine #BA8A58

Color information

#BA8A58 (or 0xBA8A58) is unknown color: approx Twine. HEX triplet: BA, 8A and 58. RGB value is (186,138,88). Sum of RGB (Red+Green+Blue) = 186+138+88=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A58 is #4575A7. Grayscale: #929292. Windows color (decimal): -4552104 or 5802682. OLE color: 5802682.

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

Color convert

RGB18613888-
CMYK00.260.530.27
HSL30.61º41.53%53.73%-
HSV(B)30.61º52.69%72.94%-
XYZ31.129.3213.25-
YUV146.6594.9156.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 138 (54.30% from 255) = 33.50%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=45.15%
G=33.50%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861388800.260.530.2730.6141.5353.73
HexBA8A5801A351B1f2a36
Octal2722121300326533375266
Binary101110101000101010110000110101101011101111111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A58; }

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

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

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

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

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

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

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

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