#BC8156

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

Shades of Twine #BC8156

Tints of Twine #BC8156

Color information

#BC8156 (or 0xBC8156) is unknown color: approx Twine. HEX triplet: BC, 81 and 56. RGB value is (188,129,86). Sum of RGB (Red+Green+Blue) = 188+129+86=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8156 is #437EA9. Grayscale: #8D8D8D. Windows color (decimal): -4423338 or 5669308. OLE color: 5669308.

HSL color Cylindrical-coordinate representation of color #BC8156: hue angle of 25.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC8156 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18812986-
CMYK00.310.540.26
HSL25.29º43.22%53.73%-
HSV(B)25.29º54.26%73.73%-
XYZ30.2727.0612.43-
YUV141.7496.55161-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 86 (33.98% from 255) = 21.34%
R=46.65%
G=32.01%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881298600.310.540.2625.2943.2253.73
HexBC815601F361A192b36
Octal2742011260376632315366
Binary101111001000000110101100111111101101101011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8156; }

 p { color: rgb(188,129,86); }

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

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

 a { background-color: rgb(188,129,86); }

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

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

 span { border-color: rgb(188,129,86); }

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