#BC8A59

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

Shades of Twine #BC8A59

Tints of Twine #BC8A59

Color information

#BC8A59 (or 0xBC8A59) is unknown color: approx Twine. HEX triplet: BC, 8A and 59. RGB value is (188,138,89). Sum of RGB (Red+Green+Blue) = 188+138+89=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A59 is #4375A6. Grayscale: #939393. Windows color (decimal): -4421031 or 5868220. OLE color: 5868220.

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

Color convert

RGB18813889-
CMYK00.270.530.26
HSL29.7º42.49%54.31%-
HSV(B)29.7º52.66%73.73%-
XYZ31.6329.5913.5-
YUV147.3695.06156.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=45.30%
G=33.25%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881388900.270.530.2629.742.4954.31
HexBC8A5901B351A1e2a36
Octal2742121310336532365266
Binary101111001000101010110010110111101011101011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A59; }

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

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

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

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

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

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

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

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