#BC8F59

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

Shades of Twine #BC8F59

Tints of Twine #BC8F59

Color information

#BC8F59 (or 0xBC8F59) is unknown color: approx Twine. HEX triplet: BC, 8F and 59. RGB value is (188,143,89). Sum of RGB (Red+Green+Blue) = 188+143+89=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F59 is #4370A6. Grayscale: #969696. Windows color (decimal): -4419751 or 5869500. OLE color: 5869500.

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

Color convert

RGB18814389-
CMYK00.240.530.26
HSL32.73º42.49%54.31%-
HSV(B)32.73º52.66%73.73%-
XYZ32.3631.0613.74-
YUV150.393.41154.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=44.76%
G=34.05%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881438900.240.530.2632.7342.4954.31
HexBC8F59018351A212a36
Octal2742171310306532415266
Binary1011110010001111101100101100011010111010100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F59; }

 p { color: rgb(188,143,89); }

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

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

 a { background-color: rgb(188,143,89); }

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

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

 span { border-color: rgb(188,143,89); }

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