#BC976E

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

Shades of Fallow #BC976E

Tints of Fallow #BC976E

Color information

#BC976E (or 0xBC976E) is unknown color: approx Fallow. HEX triplet: BC, 97 and 6E. RGB value is (188,151,110). Sum of RGB (Red+Green+Blue) = 188+151+110=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC976E is #436891. Grayscale: #9D9D9D. Windows color (decimal): -4417682 or 7247804. OLE color: 7247804.

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

Color convert

RGB188151110-
CMYK00.200.410.26
HSL31.54º36.79%58.43%-
HSV(B)31.54º41.49%73.73%-
XYZ34.6233.9519.48-
YUV157.39101.26149.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=41.87%
G=33.63%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815111000.200.410.2631.5436.7958.43
HexBC976E014291A20253a
Octal2742271560245132404572
Binary1011110010010111110111001010010100111010100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC976E; }

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

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

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

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

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

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

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

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