#BDA46F

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

Shades of Fallow #BDA46F

Tints of Fallow #BDA46F

Color information

#BDA46F (or 0xBDA46F) is unknown color: approx Fallow. HEX triplet: BD, A4 and 6F. RGB value is (189,164,111). Sum of RGB (Red+Green+Blue) = 189+164+111=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA46F is #425B90. Grayscale: #A5A5A5. Windows color (decimal): -4348817 or 7316669. OLE color: 7316669.

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

Color convert

RGB189164111-
CMYK00.130.410.26
HSL40.77º37.14%58.82%-
HSV(B)40.77º41.27%74.12%-
XYZ37.1338.5220.52-
YUV165.4397.28144.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=40.73%
G=35.34%
B=23.92%

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
Decimal18916411100.130.410.2640.7737.1458.82
HexBDA46F0D291A29253b
Octal2752441570155132514573
Binary101111011010010011011110110110100111010101001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA46F; }

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

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

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

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

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

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

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

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