#BA8952

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

Shades of Twine #BA8952

Tints of Twine #BA8952

Color information

#BA8952 (or 0xBA8952) is unknown color: approx Twine. HEX triplet: BA, 89 and 52. RGB value is (186,137,82). Sum of RGB (Red+Green+Blue) = 186+137+82=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8952 is #4576AD. Grayscale: #919191. Windows color (decimal): -4552366 or 5409210. OLE color: 5409210.

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

Color convert

RGB18613782-
CMYK00.260.560.27
HSL31.73º42.98%52.55%-
HSV(B)31.73º55.91%72.94%-
XYZ30.7228.9411.95-
YUV145.3892.23156.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=45.93%
G=33.83%
B=20.25%

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
Decimal1861378200.260.560.2731.7342.9852.55
HexBA895201A381B202b35
Octal2722111220327033405365
Binary1011101010001001101001001101011100011011100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8952; }

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

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

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

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

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

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

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

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