#BFA573

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

Shades of Fallow #BFA573

Tints of Fallow #BFA573

Color information

#BFA573 (or 0xBFA573) is unknown color: approx Fallow. HEX triplet: BF, A5 and 73. RGB value is (191,165,115). Sum of RGB (Red+Green+Blue) = 191+165+115=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA573 is #405A8C. Grayscale: #A7A7A7. Windows color (decimal): -4217485 or 7579071. OLE color: 7579071.

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

Color convert

RGB191165115-
CMYK00.140.400.25
HSL39.47º37.25%60%-
HSV(B)39.47º39.79%74.9%-
XYZ38.0439.2221.79-
YUV167.0798.61145.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 115 (45.31% from 255) = 24.42%
R=40.55%
G=35.03%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116511500.140.400.2539.4737.2560
HexBFA5730E281927253c
Octal2772451630165031474574
Binary101111111010010111100110111010100011001100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA573; }

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

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

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

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

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

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

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

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