#BA885D

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

Shades of Twine #BA885D

Tints of Twine #BA885D

Color information

#BA885D (or 0xBA885D) is unknown color: approx Twine. HEX triplet: BA, 88 and 5D. RGB value is (186,136,93). Sum of RGB (Red+Green+Blue) = 186+136+93=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA885D is #4577A2. Grayscale: #929292. Windows color (decimal): -4552611 or 6129850. OLE color: 6129850.

HSL color Cylindrical-coordinate representation of color #BA885D: hue angle of 27.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA885D is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB18613693-
CMYK00.270.50.27
HSL27.74º40.26%54.71%-
HSV(B)27.74º50%72.94%-
XYZ31.0328.8414.29-
YUV146.0598.06156.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 93 (36.72% from 255) = 22.41%
R=44.82%
G=32.77%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861369300.270.50.2727.7440.2654.71
HexBA885D01B321B1c2837
Octal2722101350336233345067
Binary101110101000100010111010110111100101101111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA885D; }

 p { color: rgb(186,136,93); }

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

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

 a { background-color: rgb(186,136,93); }

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

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

 span { border-color: rgb(186,136,93); }

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