#BC946E

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

Shades of Fallow #BC946E

Tints of Fallow #BC946E

Color information

#BC946E (or 0xBC946E) is unknown color: approx Fallow. HEX triplet: BC, 94 and 6E. RGB value is (188,148,110). Sum of RGB (Red+Green+Blue) = 188+148+110=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC946E is #436B91. Grayscale: #9B9B9B. Windows color (decimal): -4418450 or 7247036. OLE color: 7247036.

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

Color convert

RGB188148110-
CMYK00.210.410.26
HSL29.23º36.79%58.43%-
HSV(B)29.23º41.49%73.73%-
XYZ34.143319.32-
YUV155.63102.25151.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.15%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 24.66%
R=42.15%
G=33.18%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814811000.210.410.2629.2336.7958.43
HexBC946E015291A1d253a
Octal2742241560255132354572
Binary101111001001010011011100101011010011101011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC946E; }

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

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

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

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

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

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

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

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