#BC966D

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

Shades of Fallow #BC966D

Tints of Fallow #BC966D

Color information

#BC966D (or 0xBC966D) is unknown color: approx Fallow. HEX triplet: BC, 96 and 6D. RGB value is (188,150,109). Sum of RGB (Red+Green+Blue) = 188+150+109=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966D is #436992. Grayscale: #9C9C9C. Windows color (decimal): -4417939 or 7182012. OLE color: 7182012.

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

Color convert

RGB188150109-
CMYK00.200.420.26
HSL31.14º37.09%58.24%-
HSV(B)31.14º42.02%73.73%-
XYZ34.4133.6119.14-
YUV156.69101.09150.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 109 (42.97% from 255) = 24.38%
R=42.06%
G=33.56%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815010900.200.420.2631.1437.0958.24
HexBC966D0142A1A1f253a
Octal2742261550245232374572
Binary101111001001011011011010101001010101101011111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC966D; }

 p { color: rgb(188,150,109); }

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

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

 a { background-color: rgb(188,150,109); }

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

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

 span { border-color: rgb(188,150,109); }

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