#BC8F5D

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

Shades of Twine #BC8F5D

Tints of Twine #BC8F5D

Color information

#BC8F5D (or 0xBC8F5D) is unknown color: approx Twine. HEX triplet: BC, 8F and 5D. RGB value is (188,143,93). Sum of RGB (Red+Green+Blue) = 188+143+93=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F5D is #4370A2. Grayscale: #969696. Windows color (decimal): -4419747 or 6131644. OLE color: 6131644.

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

Color convert

RGB18814393-
CMYK00.240.510.26
HSL31.58º41.48%55.1%-
HSV(B)31.58º50.53%73.73%-
XYZ32.5431.1314.65-
YUV150.7695.41154.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 93 (36.72% from 255) = 21.93%
R=44.34%
G=33.73%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881439300.240.510.2631.5841.4855.1
HexBC8F5D018331A202937
Octal2742171350306332405167
Binary1011110010001111101110101100011001111010100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F5D; }

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

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

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

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

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

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

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

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