#BC936E

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

Shades of Fallow #BC936E

Tints of Fallow #BC936E

Color information

#BC936E (or 0xBC936E) is unknown color: approx Fallow. HEX triplet: BC, 93 and 6E. RGB value is (188,147,110). Sum of RGB (Red+Green+Blue) = 188+147+110=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936E is #436C91. Grayscale: #9B9B9B. Windows color (decimal): -4418706 or 7246780. OLE color: 7246780.

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

Color convert

RGB188147110-
CMYK00.220.410.26
HSL28.46º36.79%58.43%-
HSV(B)28.46º41.49%73.73%-
XYZ33.9932.6819.27-
YUV155.04102.58151.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=42.25%
G=33.03%
B=24.72%

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
Decimal18814711000.220.410.2628.4636.7958.43
HexBC936E016291A1c253a
Octal2742231560265132344572
Binary101111001001001111011100101101010011101011100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC936E; }

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

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

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

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

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

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

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

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