#BA8055

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

Shades of Twine #BA8055

Tints of Twine #BA8055

Color information

#BA8055 (or 0xBA8055) is unknown color: approx Twine. HEX triplet: BA, 80 and 55. RGB value is (186,128,85). Sum of RGB (Red+Green+Blue) = 186+128+85=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8055 is #457FAA. Grayscale: #8C8C8C. Windows color (decimal): -4554667 or 5603514. OLE color: 5603514.

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

Color convert

RGB18612885-
CMYK00.310.540.27
HSL25.54º42.26%53.14%-
HSV(B)25.54º54.3%72.94%-
XYZ29.6126.5312.16-
YUV140.4496.72160.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=46.62%
G=32.08%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861288500.310.540.2725.5442.2653.14
HexBA805501F361B1a2a35
Octal2722001250376633325265
Binary101110101000000010101010111111101101101111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8055; }

 p { color: rgb(186,128,85); }

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

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

 a { background-color: rgb(186,128,85); }

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

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

 span { border-color: rgb(186,128,85); }

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