#BC9371

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

Shades of Fallow #BC9371

Tints of Fallow #BC9371

Color information

#BC9371 (or 0xBC9371) is unknown color: approx Fallow. HEX triplet: BC, 93 and 71. RGB value is (188,147,113). Sum of RGB (Red+Green+Blue) = 188+147+113=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9371 is #436C8E. Grayscale: #9B9B9B. Windows color (decimal): -4418703 or 7443388. OLE color: 7443388.

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

Color convert

RGB188147113-
CMYK00.220.400.26
HSL27.2º35.89%59.02%-
HSV(B)27.2º39.89%73.73%-
XYZ34.1532.7520.14-
YUV155.38104.08151.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 147 (57.81% from 255) = 32.81%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=41.96%
G=32.81%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814711300.220.400.2627.235.8959.02
HexBC9371016281A1b243b
Octal2742231610265032334473
Binary101111001001001111100010101101010001101011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9371; }

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

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

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

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

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

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

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

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