#BC9C6D

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

Shades of Fallow #BC9C6D

Tints of Fallow #BC9C6D

Color information

#BC9C6D (or 0xBC9C6D) is unknown color: approx Fallow. HEX triplet: BC, 9C and 6D. RGB value is (188,156,109). Sum of RGB (Red+Green+Blue) = 188+156+109=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C6D is #436392. Grayscale: #A0A0A0. Windows color (decimal): -4416403 or 7183548. OLE color: 7183548.

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

Color convert

RGB188156109-
CMYK00.170.420.26
HSL35.7º37.09%58.24%-
HSV(B)35.7º42.02%73.73%-
XYZ35.3935.5719.47-
YUV160.2199.1147.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=41.50%
G=34.44%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815610900.170.420.2635.737.0958.24
HexBC9C6D0112A1A24253a
Octal2742341550215232444572
Binary1011110010011100110110101000110101011010100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C6D; }

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

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

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

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

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

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

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

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