#BDA56F

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

Shades of Fallow #BDA56F

Tints of Fallow #BDA56F

Color information

#BDA56F (or 0xBDA56F) is unknown color: approx Fallow. HEX triplet: BD, A5 and 6F. RGB value is (189,165,111). Sum of RGB (Red+Green+Blue) = 189+165+111=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA56F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA56F is #425A90. Grayscale: #A6A6A6. Windows color (decimal): -4348561 or 7316925. OLE color: 7316925.

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

Color convert

RGB189165111-
CMYK00.130.410.26
HSL41.54º37.14%58.82%-
HSV(B)41.54º41.27%74.12%-
XYZ37.3138.8820.58-
YUV166.0296.95144.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 165 (64.84% from 255) = 35.48%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=40.65%
G=35.48%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916511100.130.410.2641.5437.1458.82
HexBDA56F0D291A2a253b
Octal2752451570155132524573
Binary101111011010010111011110110110100111010101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA56F; }

 p { color: rgb(189,165,111); }

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

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

 a { background-color: rgb(189,165,111); }

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

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

 span { border-color: rgb(189,165,111); }

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