#BC9D6D

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

Shades of Fallow #BC9D6D

Tints of Fallow #BC9D6D

Color information

#BC9D6D (or 0xBC9D6D) is unknown color: approx Fallow. HEX triplet: BC, 9D and 6D. RGB value is (188,157,109). Sum of RGB (Red+Green+Blue) = 188+157+109=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D6D is #436292. Grayscale: #A1A1A1. Windows color (decimal): -4416147 or 7183804. OLE color: 7183804.

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

Color convert

RGB188157109-
CMYK00.160.420.26
HSL36.46º37.09%58.24%-
HSV(B)36.46º42.02%73.73%-
XYZ35.5635.9119.53-
YUV160.898.77147.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=41.41%
G=34.58%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815710900.160.420.2636.4637.0958.24
HexBC9D6D0102A1A24253a
Octal2742351550205232444572
Binary1011110010011101110110101000010101011010100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D6D; }

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

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

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

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

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

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

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

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