#BA8A52

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

Shades of Twine #BA8A52

Tints of Twine #BA8A52

Color information

#BA8A52 (or 0xBA8A52) is unknown color: approx Twine. HEX triplet: BA, 8A and 52. RGB value is (186,138,82). Sum of RGB (Red+Green+Blue) = 186+138+82=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A52 is #4575AD. Grayscale: #929292. Windows color (decimal): -4552110 or 5409466. OLE color: 5409466.

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

Color convert

RGB18613882-
CMYK00.260.560.27
HSL32.31º42.98%52.55%-
HSV(B)32.31º55.91%72.94%-
XYZ30.8629.2312-
YUV145.9791.9156.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=45.81%
G=33.99%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861388200.260.560.2732.3142.9852.55
HexBA8A5201A381B202b35
Octal2722121220327033405365
Binary1011101010001010101001001101011100011011100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A52; }

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

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

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

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

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

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

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

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