#BC8B6A

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

Shades of Fallow #BC8B6A

Tints of Fallow #BC8B6A

Color information

#BC8B6A (or 0xBC8B6A) is unknown color: approx Fallow. HEX triplet: BC, 8B and 6A. RGB value is (188,139,106). Sum of RGB (Red+Green+Blue) = 188+139+106=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B6A is #437495. Grayscale: #969696. Windows color (decimal): -4420758 or 6982588. OLE color: 6982588.

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

Color convert

RGB188139106-
CMYK00.260.440.26
HSL24.15º37.96%57.65%-
HSV(B)24.15º43.62%73.73%-
XYZ32.5730.217.75-
YUV149.89103.23155.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 106 (41.80% from 255) = 24.48%
R=43.42%
G=32.10%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813910600.260.440.2624.1537.9657.65
HexBC8B6A01A2C1A18263a
Octal2742131520325432304672
Binary101111001000101111010100110101011001101011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B6A; }

 p { color: rgb(188,139,106); }

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

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

 a { background-color: rgb(188,139,106); }

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

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

 span { border-color: rgb(188,139,106); }

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