#BC8B6D

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

Shades of Fallow #BC8B6D

Tints of Fallow #BC8B6D

Color information

#BC8B6D (or 0xBC8B6D) is unknown color: approx Fallow. HEX triplet: BC, 8B and 6D. RGB value is (188,139,109). Sum of RGB (Red+Green+Blue) = 188+139+109=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B6D is #437492. Grayscale: #969696. Windows color (decimal): -4420755 or 7179196. OLE color: 7179196.

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

Color convert

RGB188139109-
CMYK00.260.420.26
HSL22.78º37.09%58.24%-
HSV(B)22.78º42.02%73.73%-
XYZ32.7330.2618.58-
YUV150.23104.73154.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 109 (42.97% from 255) = 25%
R=43.12%
G=31.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813910900.260.420.2622.7837.0958.24
HexBC8B6D01A2A1A17253a
Octal2742131550325232274572
Binary101111001000101111011010110101010101101010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B6D; }

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

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

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

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

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

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

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

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