#BD8C6D

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

Shades of Fallow #BD8C6D

Tints of Fallow #BD8C6D

Color information

#BD8C6D (or 0xBD8C6D) is unknown color: approx Fallow. HEX triplet: BD, 8C and 6D. RGB value is (189,140,109). Sum of RGB (Red+Green+Blue) = 189+140+109=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C6D is #427392. Grayscale: #979797. Windows color (decimal): -4354963 or 7179453. OLE color: 7179453.

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

Color convert

RGB189140109-
CMYK00.260.420.26
HSL23.25º37.74%58.43%-
HSV(B)23.25º42.33%74.12%-
XYZ33.1230.6818.64-
YUV151.12104.23155.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=43.15%
G=31.96%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914010900.260.420.2623.2537.7458.43
HexBD8C6D01A2A1A17263a
Octal2752141550325232274672
Binary101111011000110011011010110101010101101010111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8C6D; }

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

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

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

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

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

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

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

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