#BC8951

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

Shades of Twine #BC8951

Tints of Twine #BC8951

Color information

#BC8951 (or 0xBC8951) is unknown color: approx Twine. HEX triplet: BC, 89 and 51. RGB value is (188,137,81). Sum of RGB (Red+Green+Blue) = 188+137+81=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8951 is #4376AE. Grayscale: #929292. Windows color (decimal): -4421295 or 5343676. OLE color: 5343676.

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

Color convert

RGB18813781-
CMYK00.270.570.26
HSL31.4º44.4%52.75%-
HSV(B)31.4º56.91%73.73%-
XYZ31.1729.1811.77-
YUV145.8691.4158.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 137 (53.91% from 255) = 33.74%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=46.31%
G=33.74%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881378100.270.570.2631.444.452.75
HexBC895101B391A1f2c35
Octal2742111210337132375465
Binary101111001000100110100010110111110011101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8951; }

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

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

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

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

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

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

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

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