#BC936F

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

Shades of Fallow #BC936F

Tints of Fallow #BC936F

Color information

#BC936F (or 0xBC936F) is unknown color: approx Fallow. HEX triplet: BC, 93 and 6F. RGB value is (188,147,111). Sum of RGB (Red+Green+Blue) = 188+147+111=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936F is #436C90. Grayscale: #9B9B9B. Windows color (decimal): -4418705 or 7312316. OLE color: 7312316.

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

Color convert

RGB188147111-
CMYK00.220.410.26
HSL28.05º36.49%58.63%-
HSV(B)28.05º40.96%73.73%-
XYZ34.0432.7119.56-
YUV155.16103.08151.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=42.15%
G=32.96%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814711100.220.410.2628.0536.4958.63
HexBC936F016291A1c243b
Octal2742231570265132344473
Binary101111001001001111011110101101010011101011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC936F; }

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

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

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

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

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

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

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

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