#BA8650

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

Shades of Twine #BA8650

Tints of Twine #BA8650

Color information

#BA8650 (or 0xBA8650) is unknown color: approx Twine. HEX triplet: BA, 86 and 50. RGB value is (186,134,80). Sum of RGB (Red+Green+Blue) = 186+134+80=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8650 is #4579AF. Grayscale: #8F8F8F. Windows color (decimal): -4553136 or 5277370. OLE color: 5277370.

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

Color convert

RGB18613480-
CMYK00.280.570.27
HSL30.57º43.44%52.16%-
HSV(B)30.57º56.99%72.94%-
XYZ30.2228.0711.41-
YUV143.3992.23158.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 80 (31.64% from 255) = 20%
R=46.5%
G=33.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861348000.280.570.2730.5743.4452.16
HexBA865001C391B1f2b34
Octal2722061200347133375364
Binary101110101000011010100000111001110011101111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8650; }

 p { color: rgb(186,134,80); }

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

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

 a { background-color: rgb(186,134,80); }

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

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

 span { border-color: rgb(186,134,80); }

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