#BC8756

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

Shades of Twine #BC8756

Tints of Twine #BC8756

Color information

#BC8756 (or 0xBC8756) is unknown color: approx Twine. HEX triplet: BC, 87 and 56. RGB value is (188,135,86). Sum of RGB (Red+Green+Blue) = 188+135+86=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8756 is #4378A9. Grayscale: #919191. Windows color (decimal): -4421802 or 5670844. OLE color: 5670844.

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

Color convert

RGB18813586-
CMYK00.280.540.26
HSL28.82º43.22%53.73%-
HSV(B)28.82º54.26%73.73%-
XYZ31.0828.6912.7-
YUV145.2694.56158.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 86 (33.98% from 255) = 21.03%
R=45.97%
G=33.01%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881358600.280.540.2628.8243.2253.73
HexBC875601C361A1d2b36
Octal2742071260346632355366
Binary101111001000011110101100111001101101101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8756; }

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

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

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

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

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

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

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

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