#BC9D6F

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

Shades of Fallow #BC9D6F

Tints of Fallow #BC9D6F

Color information

#BC9D6F (or 0xBC9D6F) is unknown color: approx Fallow. HEX triplet: BC, 9D and 6F. RGB value is (188,157,111). Sum of RGB (Red+Green+Blue) = 188+157+111=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9D6F is #436290. Grayscale: #A1A1A1. Windows color (decimal): -4416145 or 7314876. OLE color: 7314876.

HSL color Cylindrical-coordinate representation of color #BC9D6F: hue angle of 35.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC9D6F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB188157111-
CMYK00.160.410.26
HSL35.84º36.49%58.63%-
HSV(B)35.84º40.96%73.73%-
XYZ35.6735.9520.1-
YUV161.0299.77147.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.23%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=41.23%
G=34.43%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815711100.160.410.2635.8436.4958.63
HexBC9D6F010291A24243b
Octal2742351570205132444473
Binary1011110010011101110111101000010100111010100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D6F; }

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

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

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

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

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

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

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

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