#ba8c5b

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

Shades of Twine #BA8C5B

Tints of Twine #BA8C5B

Color information

#BA8C5B (or 0xBA8C5B) is unknown color: approx Twine. HEX triplet: BA, 8C and 5B. RGB value is (186,140,91). Sum of RGB (Red+Green+Blue) = 186+140+91=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8C5B is #4573A4. Grayscale: #949494. Windows color (decimal): -4551589 or 5999802. OLE color: 5999802.

HSL color Cylindrical-coordinate representation of color #BA8C5B: hue angle of 30.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA8C5B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18614091-
CMYK00.250.510.27
HSL30.95º40.77%54.31%-
HSV(B)30.95º51.08%72.94%-
XYZ31.5229.9514.02-
YUV148.1795.74154.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=44.60%
G=33.57%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861409100.250.510.2730.9540.7754.31
HexBA8C5B019331B1f2936
Octal2722141330316333375166
Binary101110101000110010110110110011100111101111111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8c5b; }

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

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

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

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

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

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

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

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