#BC9C6F

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

Shades of Fallow #BC9C6F

Tints of Fallow #BC9C6F

Color information

#BC9C6F (or 0xBC9C6F) is unknown color: approx Fallow. HEX triplet: BC, 9C and 6F. RGB value is (188,156,111). Sum of RGB (Red+Green+Blue) = 188+156+111=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9C6F is #436390. Grayscale: #A0A0A0. Windows color (decimal): -4416401 or 7314620. OLE color: 7314620.

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

Color convert

RGB188156111-
CMYK00.170.410.26
HSL35.06º36.49%58.63%-
HSV(B)35.06º40.96%73.73%-
XYZ35.535.6220.04-
YUV160.44100.1147.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=41.32%
G=34.29%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815611100.170.410.2635.0636.4958.63
HexBC9C6F011291A23243b
Octal2742341570215132434473
Binary1011110010011100110111101000110100111010100011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C6F; }

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

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

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

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

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

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

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

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