#BC8B5D

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

Shades of Twine #BC8B5D

Tints of Twine #BC8B5D

Color information

#BC8B5D (or 0xBC8B5D) is unknown color: approx Twine. HEX triplet: BC, 8B and 5D. RGB value is (188,139,93). Sum of RGB (Red+Green+Blue) = 188+139+93=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B5D is #4374A2. Grayscale: #949494. Windows color (decimal): -4420771 or 6130620. OLE color: 6130620.

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

Color convert

RGB18813993-
CMYK00.260.510.26
HSL29.05º41.48%55.1%-
HSV(B)29.05º50.53%73.73%-
XYZ31.9529.9514.45-
YUV148.4196.73156.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 139 (54.69% from 255) = 33.10%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=44.76%
G=33.10%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881399300.260.510.2629.0541.4855.1
HexBC8B5D01A331A1d2937
Octal2742131350326332355167
Binary101111001000101110111010110101100111101011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B5D; }

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

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

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

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

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

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

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

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