#BC8E56

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

Shades of Twine #BC8E56

Tints of Twine #BC8E56

Color information

#BC8E56 (or 0xBC8E56) is unknown color: approx Twine. HEX triplet: BC, 8E and 56. RGB value is (188,142,86). Sum of RGB (Red+Green+Blue) = 188+142+86=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E56 is #4371A9. Grayscale: #959595. Windows color (decimal): -4420010 or 5672636. OLE color: 5672636.

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

Color convert

RGB18814286-
CMYK00.240.540.26
HSL32.94º43.22%53.73%-
HSV(B)32.94º54.26%73.73%-
XYZ32.0930.7113.04-
YUV149.3792.24155.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 86 (33.98% from 255) = 20.67%
R=45.19%
G=34.13%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881428600.240.540.2632.9443.2253.73
HexBC8E56018361A212b36
Octal2742161260306632415366
Binary1011110010001110101011001100011011011010100001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E56; }

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

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

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

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

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

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

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

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