#BFA173

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

Shades of Fallow #BFA173

Tints of Fallow #BFA173

Color information

#BFA173 (or 0xBFA173) is unknown color: approx Fallow. HEX triplet: BF, A1 and 73. RGB value is (191,161,115). Sum of RGB (Red+Green+Blue) = 191+161+115=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA173 is #405E8C. Grayscale: #A4A4A4. Windows color (decimal): -4218509 or 7578047. OLE color: 7578047.

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

Color convert

RGB191161115-
CMYK00.160.400.25
HSL36.32º37.25%60%-
HSV(B)36.32º39.79%74.9%-
XYZ37.3337.821.55-
YUV164.7399.94146.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=40.90%
G=34.48%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116111500.160.400.2536.3237.2560
HexBFA173010281924253c
Octal2772411630205031444574
Binary1011111110100001111001101000010100011001100100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA173; }

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

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

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

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

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

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

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

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