#BDA070

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

Shades of Fallow #BDA070

Tints of Fallow #BDA070

Color information

#BDA070 (or 0xBDA070) is unknown color: approx Fallow. HEX triplet: BD, A0 and 70. RGB value is (189,160,112). Sum of RGB (Red+Green+Blue) = 189+160+112=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA070 is #425F8F. Grayscale: #A3A3A3. Windows color (decimal): -4349840 or 7381181. OLE color: 7381181.

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

Color convert

RGB189160112-
CMYK00.150.410.26
HSL37.4º36.84%59.02%-
HSV(B)37.4º40.74%74.12%-
XYZ36.4837.1320.57-
YUV163.299.11146.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=41.00%
G=34.71%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916011200.150.410.2637.436.8459.02
HexBDA0700F291A25253b
Octal2752401600175132454573
Binary101111011010000011100000111110100111010100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA070; }

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

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

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

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

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

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

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

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