#BC8660

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

Shades of Twine #BC8660

Tints of Twine #BC8660

Color information

#BC8660 (or 0xBC8660) is unknown color: approx Twine. HEX triplet: BC, 86 and 60. RGB value is (188,134,96). Sum of RGB (Red+Green+Blue) = 188+134+96=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8660 is #43799F. Grayscale: #929292. Windows color (decimal): -4422048 or 6325948. OLE color: 6325948.

HSL color Cylindrical-coordinate representation of color #BC8660: hue angle of 24.78º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC8660 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18813496-
CMYK00.290.490.26
HSL24.78º40.71%55.69%-
HSV(B)24.78º48.94%73.73%-
XYZ31.3828.5914.93-
YUV145.8199.89158.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=44.98%
G=32.06%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881349600.290.490.2624.7840.7155.69
HexBC866001D311A192938
Octal2742061400356132315170
Binary101111001000011011000000111011100011101011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8660; }

 p { color: rgb(188,134,96); }

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

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

 a { background-color: rgb(188,134,96); }

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

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

 span { border-color: rgb(188,134,96); }

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