#BC8B60

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

Shades of Twine #BC8B60

Tints of Twine #BC8B60

Color information

#BC8B60 (or 0xBC8B60) is unknown color: approx Twine. HEX triplet: BC, 8B and 60. RGB value is (188,139,96). Sum of RGB (Red+Green+Blue) = 188+139+96=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B60 is #43749F. Grayscale: #949494. Windows color (decimal): -4420768 or 6327228. OLE color: 6327228.

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

Color convert

RGB18813996-
CMYK00.260.490.26
HSL28.04º40.71%55.69%-
HSV(B)28.04º48.94%73.73%-
XYZ32.083015.17-
YUV148.7598.23156-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=44.44%
G=32.86%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881399600.260.490.2628.0440.7155.69
HexBC8B6001A311A1c2938
Octal2742131400326132345170
Binary101111001000101111000000110101100011101011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B60; }

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

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

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

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

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

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

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

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