#BC9E6D

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

Shades of Fallow #BC9E6D

Tints of Fallow #BC9E6D

Color information

#BC9E6D (or 0xBC9E6D) is unknown color: approx Fallow. HEX triplet: BC, 9E and 6D. RGB value is (188,158,109). Sum of RGB (Red+Green+Blue) = 188+158+109=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9E6D is #436192. Grayscale: #A1A1A1. Windows color (decimal): -4415891 or 7184060. OLE color: 7184060.

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

Color convert

RGB188158109-
CMYK00.160.420.26
HSL37.22º37.09%58.24%-
HSV(B)37.22º42.02%73.73%-
XYZ35.7336.2519.58-
YUV161.3898.44146.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=41.32%
G=34.73%
B=23.96%

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
Decimal18815810900.160.420.2637.2237.0958.24
HexBC9E6D0102A1A25253a
Octal2742361550205232454572
Binary1011110010011110110110101000010101011010100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9E6D; }

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

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

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

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

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

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

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

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