#BA8C5D

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

Shades of Twine #BA8C5D

Tints of Twine #BA8C5D

Color information

#BA8C5D (or 0xBA8C5D) is unknown color: approx Twine. HEX triplet: BA, 8C and 5D. RGB value is (186,140,93). Sum of RGB (Red+Green+Blue) = 186+140+93=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5D is #4573A2. Grayscale: #949494. Windows color (decimal): -4551587 or 6130874. OLE color: 6130874.

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

Color convert

RGB18614093-
CMYK00.250.50.27
HSL30.32º40.26%54.71%-
HSV(B)30.32º50%72.94%-
XYZ31.629.9914.48-
YUV148.496.74154.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=44.39%
G=33.41%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861409300.250.50.2730.3240.2654.71
HexBA8C5D019321B1e2837
Octal2722141350316233365067
Binary101110101000110010111010110011100101101111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C5D; }

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

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

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

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

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

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

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

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