#BDA16D

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

Shades of Fallow #BDA16D

Tints of Fallow #BDA16D

Color information

#BDA16D (or 0xBDA16D) is unknown color: approx Fallow. HEX triplet: BD, A1 and 6D. RGB value is (189,161,109). Sum of RGB (Red+Green+Blue) = 189+161+109=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA16D is #425E92. Grayscale: #A3A3A3. Windows color (decimal): -4349587 or 7184829. OLE color: 7184829.

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

Color convert

RGB189161109-
CMYK00.150.420.26
HSL39º37.74%58.43%-
HSV(B)39º42.33%74.12%-
XYZ36.4937.4119.77-
YUV163.4497.28146.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 161 (63.28% from 255) = 35.08%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=41.18%
G=35.08%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916110900.150.420.263937.7458.43
HexBDA16D0F2A1A27263a
Octal2752411550175232474672
Binary101111011010000111011010111110101011010100111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA16D; }

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

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

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

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

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

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

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

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