#BDA370

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

Shades of Fallow #BDA370

Tints of Fallow #BDA370

Color information

#BDA370 (or 0xBDA370) is unknown color: approx Fallow. HEX triplet: BD, A3 and 70. RGB value is (189,163,112). Sum of RGB (Red+Green+Blue) = 189+163+112=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA370 is #425C8F. Grayscale: #A5A5A5. Windows color (decimal): -4349072 or 7381949. OLE color: 7381949.

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

Color convert

RGB189163112-
CMYK00.140.410.26
HSL39.74º36.84%59.02%-
HSV(B)39.74º40.74%74.12%-
XYZ37.0138.1820.75-
YUV164.9698.11145.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=40.73%
G=35.13%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916311200.140.410.2639.7436.8459.02
HexBDA3700E291A28253b
Octal2752431600165132504573
Binary101111011010001111100000111010100111010101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA370; }

 p { color: rgb(189,163,112); }

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

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

 a { background-color: rgb(189,163,112); }

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

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

 span { border-color: rgb(189,163,112); }

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