#BC8C5E

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

Shades of Twine #BC8C5E

Tints of Twine #BC8C5E

Color information

#BC8C5E (or 0xBC8C5E) is unknown color: approx Twine. HEX triplet: BC, 8C and 5E. RGB value is (188,140,94). Sum of RGB (Red+Green+Blue) = 188+140+94=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C5E is #4373A1. Grayscale: #959595. Windows color (decimal): -4420514 or 6196412. OLE color: 6196412.

HSL color Cylindrical-coordinate representation of color #BC8C5E: hue angle of 29.36º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC8C5E is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18814094-
CMYK00.260.500.26
HSL29.36º41.23%55.29%-
HSV(B)29.36º50%73.73%-
XYZ32.1430.2614.74-
YUV149.1196.9155.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=44.55%
G=33.18%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881409400.260.500.2629.3641.2355.29
HexBC8C5E01A321A1d2937
Octal2742141360326232355167
Binary101111001000110010111100110101100101101011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C5E; }

 p { color: rgb(188,140,94); }

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

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

 a { background-color: rgb(188,140,94); }

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

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

 span { border-color: rgb(188,140,94); }

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