#BC8560

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

Shades of Twine #BC8560

Tints of Twine #BC8560

Color information

#BC8560 (or 0xBC8560) is unknown color: approx Twine. HEX triplet: BC, 85 and 60. RGB value is (188,133,96). Sum of RGB (Red+Green+Blue) = 188+133+96=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8560 is #437A9F. Grayscale: #919191. Windows color (decimal): -4422304 or 6325692. OLE color: 6325692.

HSL color Cylindrical-coordinate representation of color #BC8560: hue angle of 24.13º 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 #BC8560 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18813396-
CMYK00.290.490.26
HSL24.13º40.71%55.69%-
HSV(B)24.13º48.94%73.73%-
XYZ31.2428.3114.88-
YUV145.23100.22158.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=45.08%
G=31.89%
B=23.02%

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
Decimal1881339600.290.490.2624.1340.7155.69
HexBC856001D311A182938
Octal2742051400356132305170
Binary101111001000010111000000111011100011101011000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8560; }

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

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

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

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

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

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

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

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