#BDA46C

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

Shades of Fallow #BDA46C

Tints of Fallow #BDA46C

Color information

#BDA46C (or 0xBDA46C) is unknown color: approx Fallow. HEX triplet: BD, A4 and 6C. RGB value is (189,164,108). Sum of RGB (Red+Green+Blue) = 189+164+108=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA46C is #425B93. Grayscale: #A5A5A5. Windows color (decimal): -4348820 or 7120061. OLE color: 7120061.

HSL color Cylindrical-coordinate representation of color #BDA46C: hue angle of 41.48º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDA46C is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB189164108-
CMYK00.130.430.26
HSL41.48º38.03%58.24%-
HSV(B)41.48º42.86%74.12%-
XYZ36.9738.4519.66-
YUV165.0995.78145.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=41.00%
G=35.57%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916410800.130.430.2641.4838.0358.24
HexBDA46C0D2B1A29263a
Octal2752441540155332514672
Binary101111011010010011011000110110101111010101001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA46C; }

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

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

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

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

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

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

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

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