#BDA471

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

Shades of Fallow #BDA471

Tints of Fallow #BDA471

Color information

#BDA471 (or 0xBDA471) is unknown color: approx Fallow. HEX triplet: BD, A4 and 71. RGB value is (189,164,113). Sum of RGB (Red+Green+Blue) = 189+164+113=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA471 is #425B8E. Grayscale: #A5A5A5. Windows color (decimal): -4348815 or 7447741. OLE color: 7447741.

HSL color Cylindrical-coordinate representation of color #BDA471: hue angle of 40.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDA471 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189164113-
CMYK00.130.400.26
HSL40.26º36.54%59.22%-
HSV(B)40.26º40.21%74.12%-
XYZ37.2438.5621.1-
YUV165.6698.28144.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=40.56%
G=35.19%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916411300.130.400.2640.2636.5459.22
HexBDA4710D281A28253b
Octal2752441610155032504573
Binary101111011010010011100010110110100011010101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA471; }

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

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

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

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

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

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

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

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