#BDA071

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

Shades of Fallow #BDA071

Tints of Fallow #BDA071

Color information

#BDA071 (or 0xBDA071) is unknown color: approx Fallow. HEX triplet: BD, A0 and 71. RGB value is (189,160,113). Sum of RGB (Red+Green+Blue) = 189+160+113=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA071 is #425F8E. Grayscale: #A3A3A3. Windows color (decimal): -4349839 or 7446717. OLE color: 7446717.

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

Color convert

RGB189160113-
CMYK00.150.400.26
HSL37.11º36.54%59.22%-
HSV(B)37.11º40.21%74.12%-
XYZ36.5437.1520.87-
YUV163.3199.61146.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 160 (62.89% from 255) = 34.63%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=40.91%
G=34.63%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916011300.150.400.2637.1136.5459.22
HexBDA0710F281A25253b
Octal2752401610175032454573
Binary101111011010000011100010111110100011010100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA071; }

 p { color: rgb(189,160,113); }

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

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

 a { background-color: rgb(189,160,113); }

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

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

 span { border-color: rgb(189,160,113); }

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