#BDA179

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

Shades of Fallow #BDA179

Tints of Fallow #BDA179

Color information

#BDA179 (or 0xBDA179) is unknown color: approx Fallow. HEX triplet: BD, A1 and 79. RGB value is (189,161,121). Sum of RGB (Red+Green+Blue) = 189+161+121=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA179 is #425E86. Grayscale: #A5A5A5. Windows color (decimal): -4349575 or 7971261. OLE color: 7971261.

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

Color convert

RGB189161121-
CMYK00.150.360.26
HSL35.29º34%60.78%-
HSV(B)35.29º35.98%74.12%-
XYZ37.1837.6923.4-
YUV164.81103.28145.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=40.13%
G=34.18%
B=25.69%

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
Decimal18916112100.150.360.2635.293460.78
HexBDA1790F241A23223d
Octal2752411710174432434275
Binary101111011010000111110010111110010011010100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA179; }

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

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

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

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

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

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

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

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