#BD9371

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

Shades of Fallow #BD9371

Tints of Fallow #BD9371

Color information

#BD9371 (or 0xBD9371) is unknown color: approx Fallow. HEX triplet: BD, 93 and 71. RGB value is (189,147,113). Sum of RGB (Red+Green+Blue) = 189+147+113=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9371 is #426C8E. Grayscale: #9B9B9B. Windows color (decimal): -4353167 or 7443389. OLE color: 7443389.

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

Color convert

RGB189147113-
CMYK00.220.400.26
HSL26.84º36.54%59.22%-
HSV(B)26.84º40.21%74.12%-
XYZ34.432.8820.16-
YUV155.68103.91151.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=42.09%
G=32.74%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914711300.220.400.2626.8436.5459.22
HexBD9371016281A1b253b
Octal2752231610265032334573
Binary101111011001001111100010101101010001101011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9371; }

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

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

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

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

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

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

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

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