#BF9A73

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

Shades of Fallow #BF9A73

Tints of Fallow #BF9A73

Color information

#BF9A73 (or 0xBF9A73) is unknown color: approx Fallow. HEX triplet: BF, 9A and 73. RGB value is (191,154,115). Sum of RGB (Red+Green+Blue) = 191+154+115=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9A73 is #40658C. Grayscale: #A0A0A0. Windows color (decimal): -4220301 or 7576255. OLE color: 7576255.

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

Color convert

RGB191154115-
CMYK00.190.400.25
HSL30.79º37.25%60%-
HSV(B)30.79º39.79%74.9%-
XYZ36.1435.4321.15-
YUV160.62102.26149.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 115 (45.31% from 255) = 25%
R=41.52%
G=33.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115411500.190.400.2530.7937.2560
HexBF9A7301328191f253c
Octal2772321630235031374574
Binary101111111001101011100110100111010001100111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A73; }

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

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

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

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

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

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

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

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