#BC8D65

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

Shades of Fallow #BC8D65

Tints of Fallow #BC8D65

Color information

#BC8D65 (or 0xBC8D65) is unknown color: approx Fallow. HEX triplet: BC, 8D and 65. RGB value is (188,141,101). Sum of RGB (Red+Green+Blue) = 188+141+101=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D65 is #43729A. Grayscale: #969696. Windows color (decimal): -4420251 or 6655420. OLE color: 6655420.

HSL color Cylindrical-coordinate representation of color #BC8D65: hue angle of 27.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC8D65 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188141101-
CMYK00.250.460.26
HSL27.59º39.37%56.67%-
HSV(B)27.59º46.28%73.73%-
XYZ32.6130.6816.52-
YUV150.49100.07154.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=43.72%
G=32.79%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814110100.250.460.2627.5939.3756.67
HexBC8D650192E1A1c2739
Octal2742151450315632344771
Binary101111001000110111001010110011011101101011100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D65; }

 p { color: rgb(188,141,101); }

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

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

 a { background-color: rgb(188,141,101); }

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

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

 span { border-color: rgb(188,141,101); }

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