#BC8D6D

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

Shades of Fallow #BC8D6D

Tints of Fallow #BC8D6D

Color information

#BC8D6D (or 0xBC8D6D) is unknown color: approx Fallow. HEX triplet: BC, 8D and 6D. RGB value is (188,141,109). Sum of RGB (Red+Green+Blue) = 188+141+109=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D6D is #437292. Grayscale: #979797. Windows color (decimal): -4420243 or 7179708. OLE color: 7179708.

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

Color convert

RGB188141109-
CMYK00.250.420.26
HSL24.3º37.09%58.24%-
HSV(B)24.3º42.02%73.73%-
XYZ33.0230.8518.68-
YUV151.4104.07154.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 141 (55.47% from 255) = 32.19%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=42.92%
G=32.19%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814110900.250.420.2624.337.0958.24
HexBC8D6D0192A1A18253a
Octal2742151550315232304572
Binary101111001000110111011010110011010101101011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D6D; }

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

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

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

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

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

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

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

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