#BFA178

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

Shades of Fallow #BFA178

Tints of Fallow #BFA178

Color information

#BFA178 (or 0xBFA178) is unknown color: approx Fallow. HEX triplet: BF, A1 and 78. RGB value is (191,161,120). Sum of RGB (Red+Green+Blue) = 191+161+120=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA178 is #405E87. Grayscale: #A5A5A5. Windows color (decimal): -4218504 or 7905727. OLE color: 7905727.

HSL color Cylindrical-coordinate representation of color #BFA178: hue angle of 34.65º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFA178 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB191161120-
CMYK00.160.370.25
HSL34.65º35.68%60.98%-
HSV(B)34.65º37.17%74.9%-
XYZ37.6237.9223.11-
YUV165.3102.44146.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 161 (63.28% from 255) = 34.11%
BLUE value IS 120 (47.27% from 255) = 25.42%
R=40.47%
G=34.11%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116112000.160.370.2534.6535.6860.98
HexBFA178010251923243d
Octal2772411700204531434475
Binary1011111110100001111100001000010010111001100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA178; }

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

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

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

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

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

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

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

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