#BD8D6D

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

Shades of Fallow #BD8D6D

Tints of Fallow #BD8D6D

Color information

#BD8D6D (or 0xBD8D6D) is unknown color: approx Fallow. HEX triplet: BD, 8D and 6D. RGB value is (189,141,109). Sum of RGB (Red+Green+Blue) = 189+141+109=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D6D is #427292. Grayscale: #979797. Windows color (decimal): -4354707 or 7179709. OLE color: 7179709.

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

Color convert

RGB189141109-
CMYK00.250.420.26
HSL24º37.74%58.43%-
HSV(B)24º42.33%74.12%-
XYZ33.2730.9718.69-
YUV151.7103.9154.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=43.05%
G=32.12%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914110900.250.420.262437.7458.43
HexBD8D6D0192A1A18263a
Octal2752151550315232304672
Binary101111011000110111011010110011010101101011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8D6D; }

 p { color: rgb(189,141,109); }

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

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

 a { background-color: rgb(189,141,109); }

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

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

 span { border-color: rgb(189,141,109); }

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