#BD9A6E

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

Shades of Fallow #BD9A6E

Tints of Fallow #BD9A6E

Color information

#BD9A6E (or 0xBD9A6E) is unknown color: approx Fallow. HEX triplet: BD, 9A and 6E. RGB value is (189,154,110). Sum of RGB (Red+Green+Blue) = 189+154+110=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A6E is #426591. Grayscale: #9F9F9F. Windows color (decimal): -4351378 or 7248573. OLE color: 7248573.

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

Color convert

RGB189154110-
CMYK00.190.420.26
HSL33.42º37.44%58.63%-
HSV(B)33.42º41.8%74.12%-
XYZ35.3635.0619.65-
YUV159.45100.1149.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=41.72%
G=34.00%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915411000.190.420.2633.4237.4458.63
HexBD9A6E0132A1A21253b
Octal2752321560235232414573
Binary1011110110011010110111001001110101011010100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9A6E; }

 p { color: rgb(189,154,110); }

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

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

 a { background-color: rgb(189,154,110); }

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

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

 span { border-color: rgb(189,154,110); }

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