#BDA079

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

Shades of Fallow #BDA079

Tints of Fallow #BDA079

Color information

#BDA079 (or 0xBDA079) is unknown color: approx Fallow. HEX triplet: BD, A0 and 79. RGB value is (189,160,121). Sum of RGB (Red+Green+Blue) = 189+160+121=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA079 is #425F86. Grayscale: #A4A4A4. Windows color (decimal): -4349831 or 7971005. OLE color: 7971005.

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

Color convert

RGB189160121-
CMYK00.150.360.26
HSL34.41º34%60.78%-
HSV(B)34.41º35.98%74.12%-
XYZ37.0137.3423.35-
YUV164.22103.61145.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=40.21%
G=34.04%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916012100.150.360.2634.413460.78
HexBDA0790F241A22223d
Octal2752401710174432424275
Binary101111011010000011110010111110010011010100010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA079; }

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

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

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

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

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

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

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

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