#BC8961

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

Shades of Twine #BC8961

Tints of Twine #BC8961

Color information

#BC8961 (or 0xBC8961) is unknown color: approx Twine. HEX triplet: BC, 89 and 61. RGB value is (188,137,97). Sum of RGB (Red+Green+Blue) = 188+137+97=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8961 is #43769E. Grayscale: #939393. Windows color (decimal): -4421279 or 6392252. OLE color: 6392252.

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

Color convert

RGB18813797-
CMYK00.270.480.26
HSL26.37º40.44%55.88%-
HSV(B)26.37º48.4%73.73%-
XYZ31.8429.4515.31-
YUV147.6999.4156.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=44.55%
G=32.46%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881379700.270.480.2626.3740.4455.88
HexBC896101B301A1a2838
Octal2742111410336032325070
Binary101111001000100111000010110111100001101011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8961; }

 p { color: rgb(188,137,97); }

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

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

 a { background-color: rgb(188,137,97); }

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

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

 span { border-color: rgb(188,137,97); }

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