#BC8D5E

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

Shades of Twine #BC8D5E

Tints of Twine #BC8D5E

Color information

#BC8D5E (or 0xBC8D5E) is unknown color: approx Twine. HEX triplet: BC, 8D and 5E. RGB value is (188,141,94). Sum of RGB (Red+Green+Blue) = 188+141+94=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D5E is #4372A1. Grayscale: #959595. Windows color (decimal): -4420258 or 6196668. OLE color: 6196668.

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

Color convert

RGB18814194-
CMYK00.250.500.26
HSL30º41.23%55.29%-
HSV(B)30º50%73.73%-
XYZ32.2830.5514.78-
YUV149.796.57155.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.44%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881419400.250.500.263041.2355.29
HexBC8D5E019321A1e2937
Octal2742151360316232365167
Binary101111001000110110111100110011100101101011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D5E; }

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

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

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

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

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

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

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

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