#BC946D

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

Shades of Fallow #BC946D

Tints of Fallow #BC946D

Color information

#BC946D (or 0xBC946D) is unknown color: approx Fallow. HEX triplet: BC, 94 and 6D. RGB value is (188,148,109). Sum of RGB (Red+Green+Blue) = 188+148+109=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946D is #436B92. Grayscale: #9B9B9B. Windows color (decimal): -4418451 or 7181500. OLE color: 7181500.

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

Color convert

RGB188148109-
CMYK00.210.420.26
HSL29.62º37.09%58.24%-
HSV(B)29.62º42.02%73.73%-
XYZ34.0932.9819.04-
YUV155.51101.75151.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.25%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=42.25%
G=33.26%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814810900.210.420.2629.6237.0958.24
HexBC946D0152A1A1e253a
Octal2742241550255232364572
Binary101111001001010011011010101011010101101011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC946D; }

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

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

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

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

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

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

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

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