#BC8F6A

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

Shades of Fallow #BC8F6A

Tints of Fallow #BC8F6A

Color information

#BC8F6A (or 0xBC8F6A) is unknown color: approx Fallow. HEX triplet: BC, 8F and 6A. RGB value is (188,143,106). Sum of RGB (Red+Green+Blue) = 188+143+106=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F6A is #437095. Grayscale: #989898. Windows color (decimal): -4419734 or 6983612. OLE color: 6983612.

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

Color convert

RGB188143106-
CMYK00.240.440.26
HSL27.07º37.96%57.65%-
HSV(B)27.07º43.62%73.73%-
XYZ33.1631.3817.94-
YUV152.24101.91153.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=43.02%
G=32.72%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814310600.240.440.2627.0737.9657.65
HexBC8F6A0182C1A1b263a
Octal2742171520305432334672
Binary101111001000111111010100110001011001101011011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8F6A; }

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

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

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

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

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

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

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

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