#BC8E6D

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

Shades of Fallow #BC8E6D

Tints of Fallow #BC8E6D

Color information

#BC8E6D (or 0xBC8E6D) is unknown color: approx Fallow. HEX triplet: BC, 8E and 6D. RGB value is (188,142,109). Sum of RGB (Red+Green+Blue) = 188+142+109=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E6D is #437192. Grayscale: #989898. Windows color (decimal): -4419987 or 7179964. OLE color: 7179964.

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

Color convert

RGB188142109-
CMYK00.240.420.26
HSL25.06º37.09%58.24%-
HSV(B)25.06º42.02%73.73%-
XYZ33.1731.1418.73-
YUV151.99103.74153.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=42.82%
G=32.35%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814210900.240.420.2625.0637.0958.24
HexBC8E6D0182A1A19253a
Octal2742161550305232314572
Binary101111001000111011011010110001010101101011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E6D; }

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

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

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

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

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

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

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

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