#BC936C

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

Shades of Fallow #BC936C

Tints of Fallow #BC936C

Color information

#BC936C (or 0xBC936C) is unknown color: approx Fallow. HEX triplet: BC, 93 and 6C. RGB value is (188,147,108). Sum of RGB (Red+Green+Blue) = 188+147+108=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC936C is #436C93. Grayscale: #9B9B9B. Windows color (decimal): -4418708 or 7115708. OLE color: 7115708.

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

Color convert

RGB188147108-
CMYK00.220.430.26
HSL29.25º37.38%58.04%-
HSV(B)29.25º42.55%73.73%-
XYZ33.8832.6418.7-
YUV154.81101.58151.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 147 (57.81% from 255) = 33.18%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=42.44%
G=33.18%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814710800.220.430.2629.2537.3858.04
HexBC936C0162B1A1d253a
Octal2742231540265332354572
Binary101111001001001111011000101101010111101011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC936C; }

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

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

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

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

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

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

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

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