#BF9973

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

Shades of Fallow #BF9973

Tints of Fallow #BF9973

Color information

#BF9973 (or 0xBF9973) is unknown color: approx Fallow. HEX triplet: BF, 99 and 73. RGB value is (191,153,115). Sum of RGB (Red+Green+Blue) = 191+153+115=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9973 is #40668C. Grayscale: #A0A0A0. Windows color (decimal): -4220557 or 7575999. OLE color: 7575999.

HSL color Cylindrical-coordinate representation of color #BF9973: hue angle of 30º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF9973 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191153115-
CMYK00.200.400.25
HSL30º37.25%60%-
HSV(B)30º39.79%74.9%-
XYZ35.9735.121.1-
YUV160.03102.59150.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=41.61%
G=33.33%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115311500.200.400.253037.2560
HexBF997301428191e253c
Octal2772311630245031364574
Binary101111111001100111100110101001010001100111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9973; }

 p { color: rgb(191,153,115); }

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

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

 a { background-color: rgb(191,153,115); }

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

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

 span { border-color: rgb(191,153,115); }

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