#BC9F71

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

Shades of Fallow #BC9F71

Tints of Fallow #BC9F71

Color information

#BC9F71 (or 0xBC9F71) is unknown color: approx Fallow. HEX triplet: BC, 9F and 71. RGB value is (188,159,113). Sum of RGB (Red+Green+Blue) = 188+159+113=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9F71 is #43608E. Grayscale: #A2A2A2. Windows color (decimal): -4415631 or 7446460. OLE color: 7446460.

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

Color convert

RGB188159113-
CMYK00.150.400.26
HSL36.8º35.89%59.02%-
HSV(B)36.8º39.89%73.73%-
XYZ36.1236.6820.8-
YUV162.43100.11146.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=40.87%
G=34.57%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815911300.150.400.2636.835.8959.02
HexBC9F710F281A25243b
Octal2742371610175032454473
Binary101111001001111111100010111110100011010100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9F71; }

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

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

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

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

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

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

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

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