#BC9F6C

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

Shades of Fallow #BC9F6C

Tints of Fallow #BC9F6C

Color information

#BC9F6C (or 0xBC9F6C) is unknown color: approx Fallow. HEX triplet: BC, 9F and 6C. RGB value is (188,159,108). Sum of RGB (Red+Green+Blue) = 188+159+108=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F6C is #436093. Grayscale: #A2A2A2. Windows color (decimal): -4415636 or 7118780. OLE color: 7118780.

HSL color Cylindrical-coordinate representation of color #BC9F6C: hue angle of 38.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC9F6C is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB188159108-
CMYK00.150.430.26
HSL38.25º37.38%58.04%-
HSV(B)38.25º42.55%73.73%-
XYZ35.8436.5719.36-
YUV161.8697.61146.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 159 (62.5% from 255) = 34.95%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=41.32%
G=34.95%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815910800.150.430.2638.2537.3858.04
HexBC9F6C0F2B1A26253a
Octal2742371540175332464572
Binary101111001001111111011000111110101111010100110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F6C; }

 p { color: rgb(188,159,108); }

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

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

 a { background-color: rgb(188,159,108); }

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

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

 span { border-color: rgb(188,159,108); }

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